From 89f76b53c13ad1e1139444d81e43e334dfc9370c Mon Sep 17 00:00:00 2001 From: Yuki Yamazaki <35218186+kamiazya@users.noreply.github.com> Date: Sat, 16 Jul 2022 05:28:20 +0000 Subject: [PATCH] drop support Node.js 12 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fa68441..5f5995a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest, macos-latest] steps: @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x registry-url: https://registry.npmjs.org - name: install global module run: |