Skip to content

Commit 84cdd97

Browse files
set up pnpm before node
1 parent 5b38b54 commit 84cdd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
with:
4141
ref: main
4242
fetch-depth: 0
43+
- uses: pnpm/action-setup@v3
4344
- uses: actions/setup-node@v4
4445
with:
4546
node-version-file: '.nvmrc'
4647
cache: 'pnpm'
47-
- uses: pnpm/action-setup@v3
4848
- name: NPM Setup
4949
run: |
5050
npm set registry "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)