From e0f1310ae4ff39e9c86ae915549d5935826b4bf7 Mon Sep 17 00:00:00 2001 From: Alexander Grattan Date: Tue, 26 Sep 2023 12:50:10 -0400 Subject: [PATCH] feat: ensure ci uses up-to-date versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8d56c6..74ee171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: with: fetch-depth: 2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2 with: - version: 6.32.2 + version: 8 - name: 🏗 Setup Node.js environment uses: actions/setup-node@v3