Skip to content

Commit

Permalink
Remove Node 16 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 25, 2024
1 parent f9ccf21 commit 8440cf8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version:
- 16.x
- 18.x
- 20.x
steps:
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18.x
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
Expand All @@ -82,7 +81,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18.x
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
Expand All @@ -109,7 +108,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18.x
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
Expand Down

0 comments on commit 8440cf8

Please sign in to comment.