Skip to content

Commit 4a035dd

Browse files
authored
Plugin e2e: support node 24 and drop support for node 18 (#2242)
1 parent 8a1eb8c commit 4a035dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"playwright:test": "npx playwright test"
3232
},
3333
"engines": {
34-
"node": ">=18 <=22"
34+
"node": ">=20 <=24"
3535
},
3636
"peerDependencies": {
3737
"@playwright/test": "^1.52.0"

0 commit comments

Comments
 (0)