You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has 2 simple workflows, one for v18, one for v20. Other than the nodejs version, everything else is identical. The workflow works just fine for v18, but it freezes when using v20.
Dockerfile is pretty simple, here is the v18 one:
FROM node:18-alpine
RUN echo "Node 18"RUN node -v
RUN npm -v
RUN echo "Finished Node 18"
The text was updated successfully, but these errors were encountered:
Reproducible case:
https://github.com/githubsaturn/multiarch-node-issue
The project has 2 simple workflows, one for v18, one for v20. Other than the nodejs version, everything else is identical. The workflow works just fine for v18, but it freezes when using v20.
Dockerfile is pretty simple, here is the v18 one:
The text was updated successfully, but these errors were encountered: