From 6bad5cc526f5741fa8f64273b84f356c3549e1fb Mon Sep 17 00:00:00 2001 From: Vincent Boulaye Date: Sun, 27 Oct 2024 20:38:34 +0100 Subject: [PATCH] update node and pnpm in github actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index feac8a0..ee9ef6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,12 +20,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory