From fee48c06e41eacc8a9bdeb1abbe63d3b947bf8f9 Mon Sep 17 00:00:00 2001 From: Nick Oliver Date: Thu, 16 May 2024 18:14:08 -0700 Subject: [PATCH] chore(workflows): use pnpm/action-setup@v4 latest version, v3 updated to run on Node.js v20 --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 361944d9..71377d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c6312a58..9828a7ff 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: latest