Skip to content

Commit

Permalink
ci: add 20.x to node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Apr 19, 2023
1 parent 33195f1 commit fac9d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit fac9d8c

Please sign in to comment.