File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
16
- - name : Use Node.js ${{ matrix.node-version }}
17
- uses : actions/setup-node@v4
16
+ - uses : actions/setup-node@v4
18
17
with :
19
18
node-version : ${{ matrix.node-version }}
20
19
Original file line number Diff line number Diff line change 1
1
# cross-spawn
2
2
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 ]
4
4
5
5
[ npm-url ] :https://npmjs.org/package/cross-spawn
6
6
[ downloads-image ] :https://img.shields.io/npm/dm/cross-spawn.svg
9
9
[ ci-image ] :https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml/badge.svg
10
10
[ appveyor-url ] :https://ci.appveyor.com/project/satazor/node-cross-spawn
11
11
[ 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
14
12
15
13
A cross platform solution to node's spawn and spawnSync.
16
14
Original file line number Diff line number Diff line change 6
6
7
7
environment :
8
8
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
13
12
14
13
install :
15
14
- ps : Install-Product node $env:nodejs_version
@@ -26,7 +25,3 @@ test_script:
26
25
- node --version
27
26
- npm --version
28
27
- 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