From 880a2c594e15f7e015469615c254968109b3140d Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:11:23 +0700 Subject: [PATCH 1/2] Update ui-components-ci.yml --- .github/workflows/ui-components-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-components-ci.yml b/.github/workflows/ui-components-ci.yml index 2ff2ac0c..462a4300 100644 --- a/.github/workflows/ui-components-ci.yml +++ b/.github/workflows/ui-components-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] runs-on: ${{ matrix.os }} defaults: run: From 6860da93778d7a14f968558e637ac360d3b03297 Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:11:43 +0700 Subject: [PATCH 2/2] Update web-app-ci.yml --- .github/workflows/web-app-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-app-ci.yml b/.github/workflows/web-app-ci.yml index 29edd2ba..ee5134e1 100644 --- a/.github/workflows/web-app-ci.yml +++ b/.github/workflows/web-app-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] runs-on: ${{ matrix.os }} defaults: run: