From 4a568b226bf3c687437bd61ae54a6414b2f0f2a6 Mon Sep 17 00:00:00 2001 From: MLKendall Date: Fri, 22 Mar 2024 15:01:39 -0400 Subject: [PATCH] chore: update release to use Node 20 --- .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 6e0f340..3326c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: - node-version: 12 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: install & test