From 691c87c4b8ef4fa6d19a35a82cddd45e1a9f5e12 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 22 Jun 2024 13:13:10 -0400 Subject: [PATCH] Update node action in release flow --- .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 0832e84..2e67705 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,9 +11,9 @@ jobs: with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" - name: Get Version id: version run: |