From 2d38a2384e351b764860232708761bd3f36d595c Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 26 Oct 2021 12:46:53 +0300 Subject: [PATCH] ci: Remove NodeJS 10.x and add 16.x --- .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 3bd7531..2ef63d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2