Skip to content

Commit 14010b4

Browse files
committed
again
1 parent 7c7fefd commit 14010b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ jobs:
3939
include:
4040
# x64 glibc
4141
- os: ubuntu-22.04
42-
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:5a5faa013029ca32d9ef78f942c556c41c300625
42+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:82f4b9c6d0ed32b7c7374375fe688699f0cd104e
4343
node: 18
4444
binary: linux-x64-glibc-108
4545
- os: ubuntu-22.04
46-
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:5a5faa013029ca32d9ef78f942c556c41c300625
46+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:82f4b9c6d0ed32b7c7374375fe688699f0cd104e
4747
node: 20
4848
binary: linux-x64-glibc-115
4949
- os: ubuntu-22.04
50-
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:5a5faa013029ca32d9ef78f942c556c41c300625
50+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:82f4b9c6d0ed32b7c7374375fe688699f0cd104e
5151
node: 22
5252
binary: linux-x64-glibc-127
5353
- os: ubuntu-22.04
54-
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:5a5faa013029ca32d9ef78f942c556c41c300625
54+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:82f4b9c6d0ed32b7c7374375fe688699f0cd104e
5555
node: 24
5656
binary: linux-x64-glibc-137
5757

@@ -196,7 +196,7 @@ jobs:
196196
run: yarn config set network-timeout 600000 -g
197197

198198
- name: Install dependencies
199-
run: npm install --global yarn && yarn install --ignore-engines --ignore-scripts --frozen-lockfile
199+
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
200200

201201
- name: Configure safe directory
202202
run: |

0 commit comments

Comments
 (0)