We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d52ea commit 178fa0fCopy full SHA for 178fa0f
.github/workflows/publish.yml
@@ -19,10 +19,10 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: pnpm/action-setup@v2
21
with:
22
- version: 7
+ version: 9.0.5
23
- uses: actions/setup-node@v3
24
25
- node-version: 16.x
+ node-version: 20.9
26
cache: "pnpm"
27
28
- run: pnpm install --frozen-lockfile
@@ -33,4 +33,4 @@ jobs:
33
publish: pnpm run release
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments