Skip to content

Commit

Permalink
chore: test against node v14 and v16
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 10, 2021
1 parent 0fcceac commit 241a6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

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

Expand Down

0 comments on commit 241a6c5

Please sign in to comment.