Skip to content

Commit f829285

Browse files
committed
Bump node to 24 in yarn file
1 parent 0e74ad3 commit f829285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
bundler-cache: true
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 24
4242
- name: Cache yarn
4343
uses: actions/cache@v4
4444
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "git+https://github.com/CeeBeeUK/laughing-sansa.git"
99
},
1010
"engines": {
11-
"node": "22.x"
11+
"node": "24.x"
1212
},
1313
"author": "Colin Bruce",
1414
"license": "MIT",

0 commit comments

Comments
 (0)