From 7968f6c9855cd7dcaf150bd10695870478f08b9f Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 12 Apr 2024 15:41:38 +0100 Subject: [PATCH] Update node_build.yml --- .github/workflows/node_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node_build.yml b/.github/workflows/node_build.yml index 40ace76..5697575 100644 --- a/.github/workflows/node_build.yml +++ b/.github/workflows/node_build.yml @@ -1,5 +1,5 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs name: Node.js CI @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] name: Build using ${{ matrix.node-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}