We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5cca3 commit bbe8ad7Copy full SHA for bbe8ad7
1 file changed
.github/workflows/npm-publish.yml
@@ -12,6 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ - uses: pnpm/action-setup@v4.0.0
16
+ with:
17
+ version: 9.12.1
18
- uses: actions/setup-node@v4.0.4
19
with:
20
node-version: 22.9.0
0 commit comments