Skip to content

Commit ab533f6

Browse files
authored
Merge pull request #347 from serenity-js/renovate/node-24.x
chore(deps): update node.js to v24
2 parents a5d4569 + 4d46704 commit ab533f6

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: '22.21.1'
18+
node-version: '24.11.1'
1919
- uses: actions/setup-java@v5
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.1
1+
24.11.1

package-lock.json

Lines changed: 12 additions & 3 deletions
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)