From c8108c94b20752d0aff3d0981640264f9065518f Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Tue, 3 Oct 2023 13:11:25 +0300 Subject: [PATCH] Add Node 20 to the test matrix (#491) --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c4b709eb..01b3a42d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] steps: - uses: actions/checkout@v3 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write - contents: write + contents: write steps: - uses: fastify/github-action-merge-dependabot@v3 with: