From 96c9d23581092dd12786c7e9ee239e39c65eff16 Mon Sep 17 00:00:00 2001 From: ernscht Date: Sun, 15 Oct 2023 16:56:36 +0200 Subject: [PATCH] ci: add node 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f08ddb..d3beca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }} strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: