From 986fad66ead17dc1acedaf63d80fc7a49693069f Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Wed, 9 Aug 2023 16:40:12 +0200 Subject: [PATCH] github actions update pnpm version --- .github/workflows/lint-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index db4b8a8..aaf39d1 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -35,7 +35,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Lint, build and test timeout-minutes: 5