Skip to content

Commit

Permalink
switch to Node 22, switch to PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Nov 30, 2024
1 parent c5e8d31 commit 45d5948
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 21
cache: "yarn"
- name: Setup Yarn v4
node-version: 22
cache: "pnpm"
- name: Setup PNPM
run: |
corepack enable
corepack prepare yarn@stable --activate
corepack install
- name: Install dependencies
run: yarn install
run: pnpm install
- name: Build WASM
working-directory: ./src/rust
run: |
Expand Down

0 comments on commit 45d5948

Please sign in to comment.