From 3e8ae613301490fb04fdcea09f504334ee68e076 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 16 Dec 2021 20:29:12 +0900 Subject: [PATCH] ci: test all maintance & active node version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e03d7fa04..bd797d9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: