File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 dir : ./packages/test-e2e-composable-vue3
2424
2525 steps :
26- # - name: Set alternate npm integrity keys
27- # run: |
28- # echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29- # - uses: actions/checkout@v4
26+ - name : Set alternate npm integrity keys
27+ run : |
28+ echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29+ - uses : actions/checkout@v4
3030
31- # - run: corepack enable
32- # - uses: actions/setup-node@v4
33- # with:
34- # node-version: 23
35- # cache: pnpm
31+ - run : corepack enable
32+ - uses : actions/setup-node@v4
33+ with :
34+ node-version : 23
35+ cache : pnpm
3636 # - run: pnpm install
3737
3838 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments