Skip to content

Commit

Permalink
[actions] skip npm ls in node < 10
Browse files Browse the repository at this point in the history
It fails in node 5 - 9 for some reason
  • Loading branch information
ljharb committed Dec 1, 2024
1 parent 5f7fdfe commit ce3a4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
range: '< 10'
type: minors
command: npm run tests-only
skip-ls-check: true

node:
name: 'node < 10'
Expand Down

0 comments on commit ce3a4d7

Please sign in to comment.