Skip to content

Commit 5147eb2

Browse files
anonrigandreiborza
authored andcommitted
chore: update to node.js v20.11.0
1 parent 938fe65 commit 5147eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/Dockerfile.publish-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile exists for the purpose of using a specific node/npm version (ie. the same we use in CI) to run npm publish with
2-
ARG NODE_VERSION=18.18.0
2+
ARG NODE_VERSION=20.11.0
33
FROM node:${NODE_VERSION}
44

55
WORKDIR /sentry-javascript/dev-packages/e2e-tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"yalc:publish": "lerna run yalc:publish"
4545
},
4646
"volta": {
47-
"node": "18.20.3",
47+
"node": "20.11.0",
4848
"yarn": "1.22.22",
4949
"pnpm": "9.4.0"
5050
},

0 commit comments

Comments
 (0)