chore: use pnpm in release validation workflow

This commit is contained in:
Gareth George
2024-11-25 18:11:54 -08:00
parent 02fb50c7a2
commit 9a065959c6
3 changed files with 110 additions and 5582 deletions
+5
View File
@@ -35,6 +35,11 @@ jobs:
with:
node-version: "20"
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Build
uses: goreleaser/goreleaser-action@v5
with: