Skip to content

Commit 660b05f

Browse files
committed
CI: make sure to test with the nodejs version we are using in GH
1 parent dd6e474 commit 660b05f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
22+
- uses: actions/setup-node@v6
23+
with:
24+
node-version: 20
2225
- run: |
2326
npm ci
2427
npm run test

0 commit comments

Comments
 (0)