Skip to content

Commit ef890fa

Browse files
authored
Update pnpm installation method in deploy workflow
1 parent 354284a commit ef890fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
node-version: '18'
2222

2323
- name: 📦 Install pnpm
24-
uses: pnpm/action-setup@v4
25-
with:
26-
version: 10
24+
run: npm install -g pnpm@latest-10
2725

2826
- name: 📥 Install dependencies
2927
# On self-hosted, this is lightning fast because the store is local

0 commit comments

Comments
 (0)