Skip to content

Commit d6a992f

Browse files
committed
chore: Ensure CI runs Node 20
Change the CI node-version to use caret range to ensure that tests are run on Node.js v20.
1 parent 6c31436 commit d6a992f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ '>=20.17.0' ]
20+
node-version: [ '^20.17.0' ]
2121
os: [ubuntu-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)