3232 container :
3333 image : ghcr.io/getsentry/sentry-dotnet-alpine:3.21
3434 volumes :
35+ - /tmp/node20:/__e/node20
3536 - /tmp/node24:/__e/node24
3637 - os : macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
3738 rid : macos # universal (osx-arm64 + osx-x64)
4445 - name : Initialize Alpine Linux
4546 if : ${{ contains(matrix.container.image, 'alpine') }}
4647 run : |
47- curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin /__e/node24/bin/
48+ curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin
4849
4950 - name : Checkout
5051 uses : actions/checkout@v5
@@ -100,6 +101,7 @@ jobs:
100101 container :
101102 image : ghcr.io/getsentry/sentry-dotnet-alpine:3.21
102103 volumes :
104+ - /tmp/node20:/__e/node20
103105 - /tmp/node24:/__e/node24
104106 - /var/run/docker.sock:/var/run/docker.sock
105107 - os : macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
@@ -116,7 +118,7 @@ jobs:
116118 - name : Initialize Alpine Linux
117119 if : ${{ contains(matrix.container.image, 'alpine') }}
118120 run : |
119- curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin /__e/node24/bin/
121+ curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin
120122
121123 - name : Cancel Previous Runs
122124 if : github.ref_name != 'main' && !startsWith(github.ref_name, 'release/')
0 commit comments