From 700c7fcc3d3b04997021d7601e52cf4a5ff1e0b2 Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 12 Dec 2023 08:55:55 +0100 Subject: [PATCH] ci: update workflow --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 7d7ce477..a47a4145 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -13,7 +13,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Install Node.js uses: actions/setup-node@v3 with: