Skip to content

Commit

Permalink
Use current Node version for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed May 17, 2022
1 parent c717258 commit d4f9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [lts/*, 17.x]
node-version: [lts/*, current]

steps:
- name: Checkout
Expand Down

0 comments on commit d4f9d1a

Please sign in to comment.