From 89ea6d41c70c764cf01f13392ce7491d725dbab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:53:03 +0000 Subject: [PATCH 1/3] Update actions/setup-node action to v4 --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 511ab947e..0dc29402a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -3,7 +3,7 @@ name: Setup runs: using: composite steps: - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16.x cache: yarn From 296d48429b7ddc28ee16ad3936c11170618a6f12 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 24 Oct 2023 15:02:15 -0400 Subject: [PATCH 2/3] Use actions v4, node 18 --- .github/actions/setup/action.yml | 2 +- .github/workflows/checks.yml | 6 +++--- .github/workflows/pack.yml | 2 +- .node-version | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 0dc29402a..cffea1fb4 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a4678af08..9f09be468 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up environment uses: ./.github/actions/setup @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up environment uses: ./.github/actions/setup @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up environment uses: ./.github/actions/setup diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 871d869c1..dea49070e 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up environment uses: ./.github/actions/setup diff --git a/.node-version b/.node-version index b6a7d89c6..3c032078a 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +18 From 4e90c0ca39192dd229c7d4ee463ddf643c352963 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Tue, 24 Oct 2023 15:35:23 -0400 Subject: [PATCH 3/3] Revert node version --- .github/actions/setup/action.yml | 2 +- .node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index cffea1fb4..0dc29402a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 16.x cache: yarn - name: Install dependencies diff --git a/.node-version b/.node-version index 3c032078a..b6a7d89c6 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18 +16