We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b55b01 commit 4d0d315Copy full SHA for 4d0d315
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
test:
17
name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
18
timeout-minutes: 20
19
+ env:
20
+ COREPACK_DEFAULT_TO_LATEST: '0'
21
strategy:
22
fail-fast: false
23
matrix:
0 commit comments