From 9e1ccfd0bb7256117df9f8f388b2a4323d558bbd Mon Sep 17 00:00:00 2001 From: windyakin Date: Thu, 14 Mar 2024 23:04:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E3=81=A7?= =?UTF-8?q?=E4=BD=BF=E3=81=86Node=E3=82=9218=E3=80=8120=E3=81=AECI?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 11 +++++++---- .github/workflows/release.yaml | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1a1833..4766962 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - run: yarn @@ -29,14 +29,17 @@ jobs: browser: - firefox - chrome + node: + - 18.x + - 20.x steps: - uses: actions/checkout@v4 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: ${{ matrix.node }} - run: yarn diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2eacf16..d7947c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: yarn