We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354284a commit ef890faCopy full SHA for ef890fa
1 file changed
.github/workflows/deploy.yml
@@ -21,9 +21,7 @@ jobs:
21
node-version: '18'
22
23
- name: 📦 Install pnpm
24
- uses: pnpm/action-setup@v4
25
- with:
26
- version: 10
+ run: npm install -g pnpm@latest-10
27
28
- name: 📥 Install dependencies
29
# On self-hosted, this is lightning fast because the store is local
0 commit comments