Skip to content

Commit f7a94a2

Browse files
authored
chore: pin node version in transport interop tests (#2629)
There's a regression in the latest node that causes npm 10.7.0 to fail to install so pin to LTS
1 parent 73f2b6b commit f7a94a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Here because we want to fetch the node_modules within docker so that it's
22
# installed on the same platform the test is run. Otherwise tools like `esbuild` will fail to run
3-
FROM node:22-bullseye-slim
3+
FROM node:lts
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)