From ef35050265ef0871f4a873aa828bd46d2ed7d01a Mon Sep 17 00:00:00 2001 From: mishina Date: Wed, 25 Sep 2024 22:01:24 +0900 Subject: [PATCH] chore: Bump node-version from v18 to v20 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e76324b..47467169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: bundler-cache: true - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'yarn' - run: yarn install - name: Database setup @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'yarn' - run: yarn install - name: Run Standard @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'yarn' - run: yarn install - name: Run markdownlint