File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 - uses : ./.github/actions/disk-cleanup
6161 if : ${{ matrix.platform == 'android' }}
6262
63- - run : npm i -g corepack --force
63+ - run : corepack enable
6464 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6565 with :
6666 package-manager-cache : false
@@ -241,7 +241,7 @@ jobs:
241241 echo "SENTRY_RELEASE=$SENTRY_RELEASE"
242242 echo "SENTRY_DIST=$SENTRY_DIST"
243243
244- - run : npm i -g corepack --force
244+ - run : corepack enable
245245 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
246246 with :
247247 package-manager-cache : false
@@ -345,7 +345,7 @@ jobs:
345345 path : dev-packages/e2e-tests
346346
347347 - name : Enable Corepack
348- run : npm i -g corepack --force
348+ run : corepack enable
349349 - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
350350 with :
351351 package-manager-cache : false
You can’t perform that action at this time.
0 commit comments