From 43be71e4a2ed73ad0ca106431aa0af43a3ccc1be Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 12 Jun 2023 11:49:38 +0200 Subject: [PATCH] chore: Test Node v20 --- .github/workflows/npm-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index d6b95daf8..2ae95522b 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -29,6 +29,8 @@ jobs: - '16.x' - '18.0' - '18.x' + - '20.0' + - '20.x' timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} @@ -61,6 +63,7 @@ jobs: - '14.x' - '16.x' - '18.x' + - '20.x' env: TEST_DOCKER: true services: @@ -96,6 +99,7 @@ jobs: - '14.x' - '16.x' - '18.x' + - '20.x' timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }}