Skip to content

Commit

Permalink
Update to Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Mar 31, 2024
1 parent 19c6e99 commit 92cf26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install production dependencies, check node engine compatibility
run: yarn install --production=true
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

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

steps:

Expand Down

0 comments on commit 92cf26c

Please sign in to comment.