Skip to content

Commit

Permalink
ci: disable lts/* (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Nov 19, 2024
1 parent 8410311 commit c6c8f73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
needs: [lint]
strategy:
matrix:
node-version: ['lts/*', '20', '18']
node-version:
# - 'lts/*' TODO: Renable when assert isue is sorted
- '20'
- '18'
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit c6c8f73

Please sign in to comment.