diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c72a3c5..46b527f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: pull_request: env: - PRIMARY_NODEJS_VERSION: 18 + PRIMARY_NODEJS_VERSION: 22 REPORTER: 'min' jobs: @@ -46,6 +46,8 @@ jobs: node_version: - 16 - 18 + - 20 + - 22 steps: - uses: actions/checkout@v2 @@ -66,7 +68,7 @@ jobs: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ node_version: - - 18 + - ${{ env.PRIMARY_NODEJS_VERSION }} steps: - uses: actions/checkout@v2