Skip to content

Commit 18699a0

Browse files
authored
chore: Fix tests (#5320)
* Run main workflow on command * test commit * Test push * test commit 3 * test commit 4 * Try 20.18.3 for Ubuntu
1 parent 3a46855 commit 18699a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mocha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
paths-ignore: ['*.md', 'docs/**']
12+
workflow_dispatch:
1213

1314
permissions:
1415
contents: read
@@ -65,8 +66,9 @@ jobs:
6566
coverage: false
6667
with:
6768
os: 'ubuntu-latest,windows-latest'
69+
# The 20.18.3 is instead of 20 per https://github.com/mochajs/mocha/issues/5052
6870
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
69-
node-versions: '18,20,22.11.0'
71+
node-versions: '18,20.18.3,22.11.0'
7072
npm-script: test-node:${{ matrix.test-part }}
7173
coverage: ${{ matrix.coverage }}
7274

0 commit comments

Comments
 (0)