Skip to content

Commit 6e4402b

Browse files
chore(deps): update node.js to v24
1 parent 4974f7b commit 6e4402b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '22.21.0'
18+
node-version: '24.10.0'
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.0
1+
24.11.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"url": "https://github.com/serenity-js/serenity-js-playwright-ct-react-template/issues"
5858
},
5959
"engines": {
60-
"node": "^18.12 || ^20 || ^22"
60+
"node": "^18.12 || ^20 || ^22 || ^24.0.0"
6161
},
6262
"peerDependencies": {
6363
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)