We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309cb37 commit 50ace3bCopy full SHA for 50ace3b
.github/workflows/build.yml
@@ -161,7 +161,7 @@ jobs:
161
- uses: actions/checkout@v4
162
- uses: docker/setup-qemu-action@v3
163
- run: |
164
- docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:18 -c "\
+ docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:18-bullseye -c "\
165
cd /tmp/project && \
166
npm install --ignore-scripts && \
167
${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}"
0 commit comments