Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clover-You authored Nov 22, 2024
1 parent c4ddf5e commit 68ff3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9.14.2

- name: Set node version to LTS
uses: actions/setup-node@v2
with:
node-version: 22
version: 9
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 68ff3a0

Please sign in to comment.