From deffd1d727d274bfe0c300e9392fbc2009ed7594 Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Tue, 14 May 2024 15:59:30 -0400 Subject: [PATCH] SWI-5190 Update to Node 20 (#38) * SWI-5190 Update to Node 20 * add token to test wf * update token permissions * revert spacing * spacing --- .github/workflows/test.yml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f4ad622..de15df96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ fromJSON(vars.SWI_GLORG_UBUNTU_2204) }} permissions: id-token: write - contents: read + contents: write steps: - name: Get Github Token from Vault uses: Bandwidth/vault-provider-action@v1 diff --git a/action.yml b/action.yml index 6d178f81..17bdb56c 100644 --- a/action.yml +++ b/action.yml @@ -43,9 +43,9 @@ runs: using: composite steps: - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Configure Git and Create Branch run: |