We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e74ad3 + f829285 commit e57bca6Copy full SHA for e57bca6
.github/workflows/checks.yml
@@ -38,7 +38,7 @@ jobs:
38
bundler-cache: true
39
- uses: actions/setup-node@v4
40
with:
41
- node-version: 22
+ node-version: 24
42
- name: Cache yarn
43
uses: actions/cache@v4
44
package.json
@@ -8,7 +8,7 @@
8
"url": "git+https://github.com/CeeBeeUK/laughing-sansa.git"
9
},
10
"engines": {
11
- "node": "22.x"
+ "node": "24.x"
12
13
"author": "Colin Bruce",
14
"license": "MIT",
0 commit comments