Skip to content

Commit fa534a0

Browse files
committed
fix(workflow): move pnpm action setup step for clarity
1 parent 7d732c6 commit fa534a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
- uses: pnpm/action-setup@v4
19+
with:
20+
version: 10
1821
- uses: actions/setup-node@v4
1922
with:
2023
node-version-file: .nvmrc
2124
registry-url: https://registry.npmjs.org/
2225
scope: "@smakss"
2326
cache: pnpm
24-
- uses: pnpm/action-setup@v4
25-
with:
26-
version: 10
2727
- run: pnpm install --frozen-lockfile
2828
- run: pnpm build
2929
- name: Release (master)

0 commit comments

Comments
 (0)