Skip to content

Commit

Permalink
ci: update pnpm setup and lock pnpm vesion (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Feb 5, 2025
1 parent f521fb7 commit d64ad41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Lock Corepack version
shell: bash
run: pnpm i -g [email protected]

- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit d64ad41

Please sign in to comment.