Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 512b569 commit ce1c155
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
18.18.2
22.14.0

38 changes: 28 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "http://serenity-js.org",
"engines": {
"node": "^16.13 || ^18.12 || ^20"
"node": "^16.13 || ^18.12 || ^20 || ^22.0.0"
},
"dependencies": {
"@cucumber/cucumber": "^9.6.0",
Expand All @@ -43,7 +43,7 @@
"protractor": "^7.0.0"
},
"devDependencies": {
"@types/node": "^18.18.5",
"@types/node": "^22.13.2",
"chromedriver": "^116.0.0",
"npm-failsafe": "^1.2.0",
"http-server": "^14.1.1",
Expand Down

0 comments on commit ce1c155

Please sign in to comment.