Skip to content

Commit

Permalink
chore: Ensure CI runs Node 20
Browse files Browse the repository at this point in the history
Change the CI node-version to use caret range to ensure that tests are run on Node.js v20.
  • Loading branch information
CxRes committed Nov 10, 2024
1 parent 6c31436 commit d6a992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ '>=20.17.0' ]
node-version: [ '^20.17.0' ]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit d6a992f

Please sign in to comment.