From 75a2d55426b1e86d6af71212ff67e9fed763cb99 Mon Sep 17 00:00:00 2001 From: "eiki.hayashi" <56075008+nilwurtz@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:13:52 +0000 Subject: [PATCH 1/3] :up: update node16 -> 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b869f053..171e8399 100644 --- a/action.yml +++ b/action.yml @@ -78,5 +78,5 @@ inputs: required: false default: '' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' From b608bea2d6e5f0b2d0c0f86e9c9b8a1ad98a020b Mon Sep 17 00:00:00 2001 From: "eiki.hayashi" <56075008+nilwurtz@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:26:32 +0000 Subject: [PATCH 2/3] :up: github actions: update node-version 20 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a08d56a5..53e7a766 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + with: + node-version: 20 - run: | npm ci npm run all From 4a66b26741499ab6c9c5bb1e4e51c6d733b77ee0 Mon Sep 17 00:00:00 2001 From: "eiki.hayashi" <56075008+nilwurtz@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:52:51 +0900 Subject: [PATCH 3/3] Update .github/workflows/test.yml Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53e7a766..0812562e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 - run: |