Skip to content

Commit

Permalink
pnpm installを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Remicck committed Oct 3, 2024
1 parent 5c7bf09 commit 4a88222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
node-version: lts/*
cache: 'pnpm' # Changed from 'yarn' to 'pnpm'

- name: install pnpm # Add this step to install pnpm
run: npm install -g pnpm

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 4a88222

Please sign in to comment.