From f7203145829f2fce240e6660e03558027e1ba9e9 Mon Sep 17 00:00:00 2001 From: lowsky <217931+lowsky@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:51:39 +0200 Subject: [PATCH] ci: add test with node runtime 18 and 20 (#259) GH action is only running on node 14 and 16 - which are both fully outdated and end-of-life. --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d66e923..53741a3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}