File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 uses : ./.github/workflows/npm-script.yml
2525 with :
2626 # The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
27- node-versions : ' 18,20,22.11.0'
27+ node-versions : ' 18,20,22.11.0,24 '
2828 npm-script : test-smoke
2929
3030 test-node-lts :
6868 os : ' ubuntu-latest,windows-latest'
6969 # The 20.18.3 is instead of 20 per https://github.com/mochajs/mocha/issues/5052
7070 # The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
71- node-versions : ' 18,20.18.3,22.11.0'
71+ node-versions : ' 18,20.18.3,22.11.0,24 '
7272 npm-script : test-node:${{ matrix.test-part }}
7373 coverage : ${{ matrix.coverage }}
7474
@@ -77,10 +77,10 @@ jobs:
7777 if : always()
7878 runs-on : ubuntu-latest
7979 steps :
80- - name : Coveralls Finished
81- uses : coverallsapp/github-action@v2
82- with :
83- parallel-finished : true
80+ - name : Coveralls Finished
81+ uses : coverallsapp/github-action@v2
82+ with :
83+ parallel-finished : true
8484
8585 test-browser-local :
8686 uses : ./.github/workflows/npm-script.yml
You can’t perform that action at this time.
0 commit comments