Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lee88688 authored Mar 26, 2024
1 parent 0fa3724 commit a8ea81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: "true"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v3
with:
version: 6.0.2
version: 8
- run: pnpm install
- run: pnpm build
- name: Install zip
Expand Down

0 comments on commit a8ea81f

Please sign in to comment.