From 88c3e74c86e6bf39c1b04a4e006e17fb7feba3a3 Mon Sep 17 00:00:00 2001 From: ayuki_j <19406594+ayuki-joto@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:34:37 +0900 Subject: [PATCH] refactor: update node version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b3226c..6fed8ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - main - + push: branches: - main @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16' ] + node: [ '18' ] steps: - uses: actions/checkout@v2