From c6ffb1a01331bd3e1d55352d283089ce4a211589 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Fri, 21 Jul 2023 08:38:15 +0300 Subject: [PATCH] chore: run tests also with Node 18 & 20 --- .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 5eaabbd..43fc0f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 16.x] + node-version: [10.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2