We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5bf11 commit e303250Copy full SHA for e303250
README.md
@@ -80,7 +80,7 @@ jobs:
80
steps:
81
- uses: pnpm/action-setup@v4
82
with:
83
- version: 9
+ version: 10
84
```
85
86
### Install only pnpm with `packageManager`
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
run_install: |
121
- recursive: true
122
args: [--frozen-lockfile, --strict-peer-dependencies]
@@ -141,7 +141,7 @@ jobs:
141
142
name: Install pnpm
143
144
145
run_install: false
146
147
- name: Install Node.js
0 commit comments