Skip to content

Commit

Permalink
updade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jul 16, 2024
1 parent 039e30b commit d231a2b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,24 @@ jobs:

- name: Add wasm32-wasi target
run: rustup target add wasm32-wasi

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 7
version: 8.6.1
run_install: false

- name: Install Vercel CLI
run: npm install -g vercel

- name: Install NodeModules
run: pnpm install

- name: Build with SWC
run: pnpm run build:swc

Expand Down

0 comments on commit d231a2b

Please sign in to comment.