From b7adb556c36748fb69183ba06b6152825d8c3159 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sat, 2 Dec 2023 15:12:56 +0100 Subject: [PATCH] test: Run release workflow with main Node.js version (#311) --- .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 c111040b..3a57b988 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 12.x + - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 12.x + node-version-file: package.json - name: Install Dependencies run: yarn