Skip to content

Commit

Permalink
Merge pull request #2 from chouchouji/chore-ci
Browse files Browse the repository at this point in the history
chore: use pnpm 9.x in ci
  • Loading branch information
Simon-He95 authored Dec 20, 2024
2 parents a113a4d + 3ad379c commit 2a0963b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Set node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -59,6 +61,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Set node ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2a0963b

Please sign in to comment.