Skip to content

Commit

Permalink
Revert node version
Browse files Browse the repository at this point in the history
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... 😝
  • Loading branch information
StorytellerCZ committed Dec 13, 2024
1 parent 902d236 commit c6bf095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 24
node-version: 22

- name: cache dependencies
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-22-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-24-
${{ runner.os }}-node-22-
- run: |
npm ci
Expand Down

0 comments on commit c6bf095

Please sign in to comment.