Skip to content

Commit 543d517

Browse files
committed
Speed: Leaner smoke tests
1 parent 4e3e05d commit 543d517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mocha.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
smoke:
2323
uses: ./.github/workflows/npm-script.yml
2424
with:
25-
os: 'ubuntu-latest,windows-2019'
26-
node-versions: '14,16,18,20,22'
25+
node-versions: '14,22,lts/*'
2726
npm-script: test-smoke
2827

2928
test-node:

0 commit comments

Comments
 (0)