We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46855 commit 18699a0Copy full SHA for 18699a0
.github/workflows/mocha.yml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- main
11
paths-ignore: ['*.md', 'docs/**']
12
+ workflow_dispatch:
13
14
permissions:
15
contents: read
@@ -65,8 +66,9 @@ jobs:
65
66
coverage: false
67
with:
68
os: 'ubuntu-latest,windows-latest'
69
+ # The 20.18.3 is instead of 20 per https://github.com/mochajs/mocha/issues/5052
70
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
- node-versions: '18,20,22.11.0'
71
+ node-versions: '18,20.18.3,22.11.0'
72
npm-script: test-node:${{ matrix.test-part }}
73
coverage: ${{ matrix.coverage }}
74
0 commit comments