Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes authored Jan 13, 2025
1 parent 896c52f commit 978651d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,10 @@ jobs:

strategy:
matrix:
node: [ '16', '17', '18', '19', '20', '21', '22' ]
node: [ '16', '17', '18', '19', '20', '21', '22', '23' ]
isRelease:
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude:
- isRelease: false
node: 12
- isRelease: false
node: 14
- isRelease: false
node: 16
- isRelease: false
Expand Down

0 comments on commit 978651d

Please sign in to comment.