From 490b7a396d04ab40096a4943170840ac2eb231d2 Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Mon, 14 Jun 2021 21:00:15 +0900 Subject: [PATCH] Update Node.js CI matrix (#122) - Add Node.js v16 - Remove Node.js v10 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97c4b23..17d20b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}