From 2d33eee276f8bcadb85f8f81b09a88ec2be0649c Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Sat, 27 Apr 2024 16:46:46 +0200 Subject: [PATCH] chore: upgrade node version for release process to align with test job --- .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 7aec045f6..887201329 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 14.x + - name: Setup Node.js 20.x uses: actions/setup-node@master with: - node-version: 14.x + node-version: 20.x - name: Install Dependencies run: yarn