Skip to content

Commit

Permalink
[Tests] skip npm ls in old node due to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 11, 2024
1 parent b4dc660 commit 01b9282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
range: '< 10'
type: minors
command: npm run tests-only
skip-ls-check: true

node:
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
- run: true
2 changes: 1 addition & 1 deletion .github/workflows/node-tens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
- run: true

0 comments on commit 01b9282

Please sign in to comment.