From e9edce56ecc8c24d44e7dbe37f5833d0815eeb32 Mon Sep 17 00:00:00 2001 From: Lars Berning <151194+laberning@users.noreply.github.com> Date: Thu, 11 Nov 2021 21:15:28 +0100 Subject: [PATCH] adds nodejs17 to the test configuration --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 538775d..027f800 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 17.x] steps: - uses: actions/checkout@v2