From eeba9adfc54be9ec3c8f0ce500a2e7297a3b7fe2 Mon Sep 17 00:00:00 2001 From: Daniele Tortora Date: Tue, 6 Aug 2024 08:49:33 +0200 Subject: [PATCH] fix: version --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fe048a3..3defeec 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,12 +15,13 @@ jobs: - uses: pnpm/action-setup@v4 with: + version: 8 run_install: false - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: 20 cache: 'pnpm' - name: Install dependencies