From e0572194af84b774801517310a39d79500594397 Mon Sep 17 00:00:00 2001 From: bemayr Date: Thu, 24 Oct 2024 18:56:20 +0200 Subject: [PATCH] ci: update node and pnpm version --- .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 0021846..ac2a266 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 cache: pnpm - name: Install dependencies