Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 0677c18

Browse files
Update Node.js to v22
1 parent 896c4d4 commit 0677c18

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
22.14.0

package-lock.json

Lines changed: 28 additions & 10 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
@@ -25,13 +25,13 @@
2525
"@serenity-js/core": "^2.33.8",
2626
"@serenity-js/mocha": "^2.33.8",
2727
"@types/mocha": "^9.0.0",
28-
"@types/node": "^16.4.6",
28+
"@types/node": "^22.13.12",
2929
"mocha": "^9.0.3",
3030
"ts-node": "^10.2.1",
3131
"typescript": "^4.3.5"
3232
},
3333
"engines": {
34-
"node": "^12 || ^14 || ^16",
34+
"node": "^12 || ^14 || ^16 || ^22.0.0",
3535
"npm": "^6 || ^7"
3636
}
3737
}

0 commit comments

Comments
 (0)