From 24ac683fe096e272db769ee40bbea537eb68700b Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Fri, 7 Oct 2022 12:46:10 +0200 Subject: [PATCH 1/2] Test on Node 18 --- .github/workflows/test-internal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-internal.yml b/.github/workflows/test-internal.yml index cc4c75e93..effbfb070 100644 --- a/.github/workflows/test-internal.yml +++ b/.github/workflows/test-internal.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [12.22, 12, 14.17, 14, 16.0.0, 16] + node-version: [12.22, 12, 14.17, 14, 16.0.0, 18] fail-fast: false steps: From f916e39615349b94e70ecb23ce05f3813fc192b3 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Sat, 8 Oct 2022 12:44:29 +0200 Subject: [PATCH 2/2] Update .github/workflows/test-internal.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Linus Unnebäck --- .github/workflows/test-internal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-internal.yml b/.github/workflows/test-internal.yml index effbfb070..0531dab7b 100644 --- a/.github/workflows/test-internal.yml +++ b/.github/workflows/test-internal.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [12.22, 12, 14.17, 14, 16.0.0, 18] + node-version: [12.22, 14.17, 16.0.0, 18.0.0, latest] fail-fast: false steps: