Skip to content

Commit

Permalink
Use specific Node versions for CI
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor MacLennan <gmaclennan@digital-democracy.org>
  • Loading branch information
EvanHahn and gmaclennan committed Jan 19, 2024
1 parent 259844a commit 3b6267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.17.x, 18.x, 20.x]
node-version: [16.17.1, 18.17.1, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 3b6267b

Please sign in to comment.