From 5cbd96e852065e659303712dc373fe9b27d4205d Mon Sep 17 00:00:00 2001 From: Christophe de Carvalho Date: Thu, 16 May 2024 21:55:36 +0100 Subject: [PATCH] update node to v20 and pnpm v9 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 399e7f8..b2036ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory