Skip to content

Commit 2794564

Browse files
committed
Try setting nextjs-13 tests' node version to 20.9.0
1 parent 116771e commit 2794564

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-13

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-13/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"@sentry/vercel-edge": "latest || *"
3939
},
4040
"volta": {
41-
"extends": "../../package.json"
41+
"extends": "../../package.json",
42+
"node": "20.9.0"
4243
},
4344
"sentryTest": {
4445
"optionalVariants": [

0 commit comments

Comments
 (0)