From 8f74fc82ad8a611bf96c293748bc5c01c859cdeb Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 11 Dec 2023 11:34:11 +0100 Subject: [PATCH] test: Run tests on Node 21 --- .github/workflows/npm-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index d6b24c1bd4..bfab61a3af 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -27,6 +27,7 @@ jobs: - 18.x - '20.0' - 20.x + - 21.x timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} @@ -58,6 +59,7 @@ jobs: node-version: - 18.x - 20.x + - 21.x env: TEST_DOCKER: true services: @@ -92,6 +94,7 @@ jobs: node-version: - 18.x - 20.x + - 21.x timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }}