From e910fa8e1db8f37a2490f17838f7f153db5021e4 Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Fri, 29 Nov 2024 10:44:00 +0100 Subject: [PATCH] [github workflow] update pnpm version to 8 --- .github/workflows/build-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 09e1d4c..0c2fe48 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -12,15 +12,15 @@ jobs: node-version: [16] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: - version: 7 + version: 8 - name: Install, build and test timeout-minutes: 5 run: |