From 73160a10224a60fd205b35f148bf580dd1a12106 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Thu, 7 Nov 2024 10:41:43 -0700 Subject: [PATCH] slight CI tweak --- .github/workflows/node.js.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6347786..bdae0cf 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,16 +3,17 @@ name: Tests on: push: branches: - - 'main' + - main pull_request: - branches: ['*'] + branches: + - main jobs: build: strategy: matrix: - node-version: [18.x, 20.x, 21.x, 22.x] + node-version: [18.x, 20.x, 21.x, 22.x, 23.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -33,4 +34,3 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: hildjj/node-abnf