Skip to content

Commit d54b54e

Browse files
committed
oops
1 parent 4965822 commit d54b54e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
23+
- name: Setup pnpm
24+
uses: pnpm/action-setup@v4
25+
with:
26+
version: 10.26.x
2227

2328
- name: Setup Node.js
2429
uses: actions/setup-node@v4
@@ -28,11 +33,6 @@ jobs:
2833
cache-dependency-path: './pnpm-lock.yaml'
2934
registry-url: "https://registry.npmjs.org"
3035

31-
- name: Setup pnpm
32-
uses: pnpm/action-setup@v4
33-
with:
34-
version: 10.26.x
35-
3636
- name: Install dependencies
3737
run: pnpm install --frozen-lockfile && npm install -g npm@latest
3838

0 commit comments

Comments
 (0)