File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ jobs:
39
39
include :
40
40
# x64 glibc
41
41
- 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
43
43
node : 18
44
44
binary : linux-x64-glibc-108
45
45
- 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
47
47
node : 20
48
48
binary : linux-x64-glibc-115
49
49
- 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
51
51
node : 22
52
52
binary : linux-x64-glibc-127
53
53
- 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
55
55
node : 24
56
56
binary : linux-x64-glibc-137
57
57
@@ -196,7 +196,7 @@ jobs:
196
196
run : yarn config set network-timeout 600000 -g
197
197
198
198
- 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
200
200
201
201
- name : Configure safe directory
202
202
run : |
You can’t perform that action at this time.
0 commit comments