From 56717cfacd2e3ed1bd465557e4c53380a968e260 Mon Sep 17 00:00:00 2001 From: Lukas Vonlanthen <1290802+lvonlanthen@users.noreply.github.com> Date: Fri, 24 Jun 2022 23:46:03 +0200 Subject: [PATCH] Test against Node versions 14.x and 16.x on CI. Do not test against Node version 12.x anymore. --- .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 00f4363..3532886 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [ 12.x, 14.x ] + node-version: [ 14.x, 16.x ] steps: - name: Checkout