From edd7eddb9bcbd478d07257423c02e7f34b5eb205 Mon Sep 17 00:00:00 2001 From: Peter Siska Date: Wed, 9 Aug 2023 09:37:20 +0200 Subject: [PATCH] Add tests for Node 20.x --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6729c6..3e8f405 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['16', '18', '19'] + node: ['16', '18', '19', '20'] name: Test Node ${{ matrix.node }} steps: - uses: actions/checkout@v3