Skip to content

Commit 00806ab

Browse files
authored
chore(deps): bump default node to latest v16 for e2e-tests (#6962)
1 parent b1419fa commit 00806ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=16.15.1
2+
ARG NODE_VERSION=16.19.0
33
FROM node:${NODE_VERSION}
44

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

0 commit comments

Comments
 (0)