From b469b4450a5c02af1af0ac34db8c1d7d2287709b Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Mon, 13 Jun 2022 22:08:43 +0200 Subject: [PATCH] updated: ci node versions matrix --- .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 66e6910..145636f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2