Skip to content

Commit

Permalink
Don't test on node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Nov 12, 2024
1 parent caa1c5e commit 3fb9a29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on:
pull_request:
branches:
- main
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

jobs:
build:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x, 23.x]
node-version: [18.x, 20.x, 22.x, 23.x]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3fb9a29

Please sign in to comment.