Skip to content

Commit

Permalink
chore: add tests for Node 20 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 26, 2023
1 parent 0b50079 commit bbcfcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml → .github/workflows/ci.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
eslint: [8]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
os: [ubuntu-latest]
include:
# On other platforms
Expand Down

0 comments on commit bbcfcbf

Please sign in to comment.