Skip to content

Commit

Permalink
ci: run tests in Node.js 21 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Oct 23, 2023
1 parent 6bdff60 commit 4d9f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest]
eslint: [6, 7, 8]
node: [12.22.0, 14, 16, 17, 18, 19, 20]
node: [12.22.0, 14, 16, 17, 18, 19, 20, 21]
include:
- os: windows-latest
eslint: 7
Expand Down

0 comments on commit 4d9f36f

Please sign in to comment.