From 3043e03c500d764aa97d29976de86584c4873501 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Mon, 30 Dec 2024 12:21:13 +0100 Subject: [PATCH] Update pnpm in CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da912d9..4740f67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v4 with: - version: 7 + version: 9 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: