Skip to content

Commit 867c1de

Browse files
committed
feat: remove unused action
1 parent 42a9df9 commit 867c1de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/actions/build-rspack/action.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ outputs:
2626
runs:
2727
using: composite
2828
steps:
29-
- shell: bash
30-
run: |
31-
npm install -g corepack@0.24.1
32-
echo "Corepack version: $(corepack --version)"
33-
corepack enable
34-
- shell: bash
35-
run: pnpm --version
36-
- shell: bash
37-
run: pnpm install --prefer-frozen-lockfile --prefer-offline
3829
- name: Build Rspack JS
3930
shell: bash
4031
run: >-

0 commit comments

Comments
 (0)