Skip to content

Commit fc25c69

Browse files
committed
ci: try fix
1 parent 0baabc6 commit fc25c69

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-e2e-composable.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)