Skip to content

Commit

Permalink
Add Node.js 20 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryCrazyDog committed Jul 18, 2023
1 parent 09a157c commit 47ae422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -28,4 +28,4 @@ jobs:
- run: npm run build --if-present
- run: npm test
env:
CI: true
CI: 'true'

0 comments on commit 47ae422

Please sign in to comment.