From 44c7a84389d7c6596d142dc0f808e1beb41bf7bf Mon Sep 17 00:00:00 2001 From: Scott Prue Date: Fri, 23 Feb 2024 12:19:51 -0700 Subject: [PATCH] fix: update Node version in CI (#405) --- .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 ff3eb44..311d4d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ concurrency: group: release-${{ github.ref }} env: - NODE_VERSION: 16.x + NODE_VERSION: 20.x jobs: publish: @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: technote-space/workflow-conclusion-action@v3.0.3