Skip to content

Commit

Permalink
Update npm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 14, 2023
1 parent 6a884ee commit 0910647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
version: [14, 16, 18]
version: ${{ fromJSON(vars.SUPPORTED_NODE_VERSIONS) }}

steps:
- name: Checkout
Expand Down

0 comments on commit 0910647

Please sign in to comment.