Skip to content

Commit

Permalink
ci: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 28, 2023
1 parent 15339e6 commit 427705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node_version: [12.x, 14.x, 16.x, 18.x]
node_version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit 427705b

Please sign in to comment.