From 812ca1ac4f7db3a6363d720c6cebfc5b88200cc2 Mon Sep 17 00:00:00 2001 From: Libor M Date: Fri, 10 Nov 2023 14:16:07 +0100 Subject: [PATCH] Node.js 20 LTS --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 2699fd4c..5000b4f0 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2