Skip to content

Commit c229b41

Browse files
authored
Merge pull request #183 from serenity-js/renovate/node-24.x
chore(deps): update node.js to v24
2 parents 4115720 + 8a0a33f commit c229b41

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: '22.21.1'
20+
node-version: '24.11.1'
2121
- name: Setup Node Modules
2222
uses: bahmutov/npm-install@v1
2323
- name: Run Playwright tests

.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: 10 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.0.0"
60+
"node": "^18.12 || ^20 || ^22.0.0 || ^24.0.0"
6161
},
6262
"dependencies": {
6363
},

0 commit comments

Comments
 (0)