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:
23
23
dir : ./packages/test-e2e-composable-vue3
24
24
25
25
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
30
30
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
36
36
# - run: pnpm install
37
37
38
38
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments