fix(ci): install pnpm before setup-node in release workflows (#1507)

This commit is contained in:
Steven Enamakel
2026-05-11 18:28:58 -07:00
committed by GitHub
parent 60a5c4f90f
commit fd0ac9cb0e
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -168,6 +168,8 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 1
- name: Setup pnpm
uses: pnpm/action-setup@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
+2
View File
@@ -105,6 +105,8 @@ jobs:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
submodules: recursive
- name: Setup pnpm
uses: pnpm/action-setup@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
+2
View File
@@ -78,6 +78,8 @@ jobs:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
submodules: recursive
- name: Setup pnpm
uses: pnpm/action-setup@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with: