Skip to content

Commit 859f170

Browse files
committed
fix(node): dropped support for the EOL Node 18, added support for Node 24
1 parent c7b40c5 commit 859f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)