8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ac635 commit ac5bf11Copy full SHA for ac5bf11
README.md
@@ -80,7 +80,7 @@ jobs:
80
steps:
81
- uses: pnpm/action-setup@v4
82
with:
83
- version: 8
+ version: 9
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