From 046552beb68f675f329322a39fa1f57b2a185216 Mon Sep 17 00:00:00 2001 From: Nicolas Sutter Date: Wed, 29 May 2024 09:30:51 +0200 Subject: [PATCH] ci: update node and pnpm version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072f7df..698b81e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v3 @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v2.2.4 with: - version: 7 + version: 9 - uses: actions/setup-node@v3 with: