Skip to content

Commit caf16f6

Browse files
committed
Bump to Node 24
1 parent 023889b commit caf16f6

File tree

3 files changed

+5
-65
lines changed

3 files changed

+5
-65
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup NodeJS
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '22'
51+
node-version: '24'
5252
cache: npm
5353

5454
- name: Get Composer Cache Directory

package-lock.json

Lines changed: 2 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"type": "module",
44
"engines": {
5-
"node": ">=22.11.0",
6-
"npm": ">=10.9.0"
5+
"node": ">=24.11.0",
6+
"npm": ">=11.6.1"
77
},
88
"browserslist": [
99
">= 0.5%",

0 commit comments

Comments
 (0)