Skip to content

Commit

Permalink
fix node-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin committed Dec 20, 2023
1 parent 2dd2d0e commit c125fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

strategy:
matrix:
node-versions: [ '20', '21' ]
node-version:
- 20
- 21

steps:
- name: Checkout repository
Expand Down

0 comments on commit c125fae

Please sign in to comment.