From f203e0ab9988058d6ffbb5b95640b78ee2947590 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Wed, 11 Sep 2024 23:50:49 -0400 Subject: [PATCH] ci: fix pnpm installation --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24ea43c..ca78cda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: node + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: latest - name: Cache NPM Modules id: cache-node uses: actions/cache@v3