From e2e88d4b4d6f54e94484a8cc651edd53d4c8e999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rge=20N=C3=A6ss?= Date: Mon, 11 Sep 2023 10:45:24 +0200 Subject: [PATCH] chore(ci): drop Node v16 from test matrix, add Node v20 --- .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 b68661f9599..edd3ace8fe0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16, 18] + node: [18, 20] experimental: [false] # include: # - os: windows-latest