File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v4
1817 with :
1918 node-version : ${{ matrix.node-version }}
2019
Original file line number Diff line number Diff line change 11# cross-spawn
22
3- [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-url ] [ ![ Build Status] [ ci-image ]] [ ci-url ] [ ![ Build status] [ appveyor-image ]] [ appveyor-url ] [ ![ Coverage Status ] [ codecov-image ]] [ codecov-url ]
3+ [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-url ] [ ![ Build Status] [ ci-image ]] [ ci-url ] [ ![ Build status] [ appveyor-image ]] [ appveyor-url ]
44
55[ npm-url ] :https://npmjs.org/package/cross-spawn
66[ downloads-image ] :https://img.shields.io/npm/dm/cross-spawn.svg
99[ ci-image ] :https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml/badge.svg
1010[ appveyor-url ] :https://ci.appveyor.com/project/satazor/node-cross-spawn
1111[ appveyor-image ] :https://img.shields.io/appveyor/ci/satazor/node-cross-spawn/master.svg
12- [ codecov-url ] :https://codecov.io/gh/moxystudio/node-cross-spawn
13- [ codecov-image ] :https://img.shields.io/codecov/c/github/moxystudio/node-cross-spawn/master.svg
1412
1513A cross platform solution to node's spawn and spawnSync.
1614
Original file line number Diff line number Diff line change 66
77environment :
88 matrix :
9- - nodejs_version : 8
10- - nodejs_version : 9
11- - nodejs_version : 10
12- - nodejs_version : 12
9+ - nodejs_version : 18
10+ - nodejs_version : 20
11+ - nodejs_version : 22
1312
1413install :
1514 - ps : Install-Product node $env:nodejs_version
@@ -26,7 +25,3 @@ test_script:
2625 - node --version
2726 - npm --version
2827 - cmd : npm test --no-color
29-
30- after_test :
31- - " npm i codecov"
32- - " node_modules/.bin/codecov"
You can’t perform that action at this time.
0 commit comments