Skip to content

Commit 6efcf2c

Browse files
committed
Use Node 18 for E2E tests.
1 parent 6125c59 commit 6efcf2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/e2e-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"yaml": "2.2.2"
3333
},
3434
"volta": {
35-
"extends": "../../package.json"
35+
"node": "18.17.0",
36+
"yarn": "1.22.19"
3637
}
3738
}

0 commit comments

Comments
 (0)