From b22befe18e46acca8304f67940aeef4695c046a2 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Mon, 21 Feb 2022 22:51:41 +0100 Subject: [PATCH] extended tests --- .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 e5a5341..f7b4d34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x] + node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x] include: - os: macos-latest node-version: 14.x