Skip to content

Commit

Permalink
fix: submit action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lewxdev committed Oct 14, 2024
1 parent dee70bb commit 18b2209
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-

- uses: pnpm/action-setup@v4
with:
version: latest
run_install: true

- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: "pnpm"

- uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- run: pnpm build
- run: pnpm package

Expand Down

0 comments on commit 18b2209

Please sign in to comment.