From a01b6b15361a9bd11b583dc5259c7caa7d17bd75 Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:23:53 -0400 Subject: [PATCH] fix: install pnpm --- .github/workflows/publish.yml | 4 ++++ .github/workflows/transpile.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bbc2800..232450a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,10 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' + - uses: pnpm/action-setup@v3 + with: + version: 8 + - name: Install dependencies run: pnpm ci diff --git a/.github/workflows/transpile.yml b/.github/workflows/transpile.yml index b309649..766eca1 100644 --- a/.github/workflows/transpile.yml +++ b/.github/workflows/transpile.yml @@ -19,6 +19,10 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' + - uses: pnpm/action-setup@v3 + with: + version: 8 + - name: Install dependencies run: pnpm ci