Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0c3ddf

Browse files
committed
ci: disable corepack default to latest
1 parent 3cb2634 commit d0c3ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
jobs:
1313
ubuntu:
1414
runs-on: ubuntu-latest
15-
15+
env:
16+
COREPACK_DEFAULT_TO_LATEST: 0
1617
steps:
1718
- uses: actions/checkout@v4
1819
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)