Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nectariferous authored Jul 8, 2024
1 parent 01f7455 commit 641ed44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16]
node-version: [18, 20]

steps:
- name: Checkout code
Expand All @@ -25,9 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Upgrade npm
run: npm install -g npm@latest

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 641ed44

Please sign in to comment.