Skip to content

Commit f83aaca

Browse files
committed
[Tests] skip npm ls in older nodes
1 parent 63c4795 commit f83aaca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node-aught.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
range: '< 10'
1010
type: minors
1111
command: npm run tests-only
12-
skip-ls-check: false
12+
skip-ls-check: true

.github/workflows/node-harmony.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ jobs:
99
range: '>=0.4 <16'
1010
type: minors
1111
command: npm run test:harmony
12+
skip-ls-check: true

0 commit comments

Comments
 (0)