From cb2ee72d2d46cde3dcd2bc62c785297d2d8caa2a Mon Sep 17 00:00:00 2001 From: Martin M Date: Mon, 18 Dec 2023 09:27:22 +0100 Subject: [PATCH] Update test.yml - add node 20.x --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 115b8b0d..70e9106e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 16.x, 18.x ] + node-version: [ 16.x, 18.x, 20.x] os: [ ubuntu-latest, windows-latest, macos-latest ] steps: @@ -52,4 +52,4 @@ jobs: os: ${{ matrix.os }} # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' - build: true \ No newline at end of file + build: true