Skip to content

Commit cb2922a

Browse files
committed
Bump to node 24
1 parent 6a58893 commit cb2922a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, macOS-latest, windows-latest]
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: "20"
28+
node-version: "24"
2929
cache: "npm"
3030
cache-dependency-path: package-lock.json
3131
- run: npm ci --prefer-offline --no-audit --progress=false
@@ -159,7 +159,7 @@ jobs:
159159
cabal: "latest"
160160

161161
steps:
162-
- uses: actions/checkout@v5
162+
- uses: actions/checkout@v6
163163

164164
- uses: ./
165165
id: setup
@@ -250,7 +250,7 @@ jobs:
250250
matrix:
251251
os: [ubuntu-latest, macOS-latest, windows-latest]
252252
steps:
253-
- uses: actions/checkout@v5
253+
- uses: actions/checkout@v6
254254
- uses: ./
255255
id: setup
256256
env:
@@ -274,7 +274,7 @@ jobs:
274274
# test latest and recommended version of stack
275275

276276
steps:
277-
- uses: actions/checkout@v5
277+
- uses: actions/checkout@v6
278278

279279
- uses: ./
280280
id: setup

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
7676
- `latest` (default)
7777
- `9.12.2` `9.12`
7878
- `9.12.1`
79-
- `9.10.2` `9.10`
80-
- `9.10.3`
79+
- `9.10.3` `9.10`
80+
- `9.10.2`
8181
- `9.10.1`
8282
- `9.8.4` `9.8`
8383
- `9.8.2`

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ outputs:
6060
stack-root:
6161
description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)'
6262
runs:
63-
using: 'node20'
63+
using: 'node24'
6464
main: 'dist/index.js'

0 commit comments

Comments
 (0)