Skip to content

Commit d64ad41

Browse files
authored
ci: update pnpm setup and lock pnpm vesion (#4085)
1 parent f521fb7 commit d64ad41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/install/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ runs:
44
using: composite
55
steps:
66
- name: Setup pnpm
7-
uses: pnpm/action-setup@v3
7+
uses: pnpm/action-setup@v4
8+
9+
- name: Lock Corepack version
10+
shell: bash
11+
run: pnpm i -g [email protected]
812

913
- name: Use Node.js 18
1014
uses: actions/setup-node@v4
1115
with:
12-
node-version: 18
16+
node-version: 20
1317
cache: pnpm
1418
registry-url: 'https://registry.npmjs.org'
1519

0 commit comments

Comments
 (0)