Skip to content

Commit c6bf095

Browse files
committed
Revert node version
Late at night I set it to Node 24, which is to be released in the future. Maybe I can say that I have time traveled... 😝
1 parent 902d236 commit c6bf095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: setup node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 24
20+
node-version: 22
2121

2222
- name: cache dependencies
2323
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
26-
key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }}
26+
key: ${{ runner.os }}-node-22-${{ hashFiles('**/package-lock.json') }}
2727
restore-keys: |
28-
${{ runner.os }}-node-24-
28+
${{ runner.os }}-node-22-
2929
3030
- run: |
3131
npm ci

0 commit comments

Comments
 (0)