From 76a58d0020dd0af33732697c3a32cf57f1e90b36 Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Sat, 9 Jul 2022 21:44:12 +0200 Subject: [PATCH] updated: nodejs test 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 c8b207c..b8d1fa2 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: [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