From fe8debe6e8888a0e5f7d30850e63a869174f48d6 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Tue, 5 Dec 2023 12:19:26 +0100 Subject: [PATCH] CHANGES: github action pnpm version from 7 to 8.3.1 (#835) Co-authored-by: Bernhard Wagner --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51240974..2279b20f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8.3.1 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c35e7241..f53600e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8.3.1 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}