Skip to content

Commit

Permalink
slight CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Nov 7, 2024
1 parent 92da5c2 commit 73160a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -33,4 +34,3 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: hildjj/node-abnf

0 comments on commit 73160a1

Please sign in to comment.