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 7d732c6 commit fa534a0Copy full SHA for fa534a0
1 file changed
.github/workflows/npm-publish.yml
@@ -15,15 +15,15 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ - uses: pnpm/action-setup@v4
19
+ with:
20
+ version: 10
21
- uses: actions/setup-node@v4
22
23
node-version-file: .nvmrc
24
registry-url: https://registry.npmjs.org/
25
scope: "@smakss"
26
cache: pnpm
- - uses: pnpm/action-setup@v4
- with:
- version: 10
27
- run: pnpm install --frozen-lockfile
28
- run: pnpm build
29
- name: Release (master)
0 commit comments