File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
integration-tests/lockfile Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 os : [ubuntu-latest]
10- # node: [10, 12, 13]
11- node : [14]
10+ node : [10, 12, 13]
1211 steps :
1312 - uses : actions/checkout@v1
1413 - uses : actions/setup-node@v1
1514 with :
1615 node-version : ${{ matrix.node }}
17- - run : sudo apt install libavahi-compat-libdnssd-dev
1816 - run : yarn install
1917 - run : git config --global user.email "patch-package@test.com"
2018 - run : git config --global user.name "patch-package"
21- # - run: yarn run test
22- - run : yarn run test --verbose integration-tests/lockfile
19+ - run : yarn run test
Original file line number Diff line number Diff line change 33
44echo " add patch-package"
55npm i $1
6- set -x
76alias patch-package=./node_modules/.bin/patch-package
87
98echo " Add left-pad"
109npm i left-pad@1.3.0
1110
1211testLockFile () {
13- set -x
1412 echo " Version test $1 "
1513 npm i --lockfile-version $1
1614
You can’t perform that action at this time.
0 commit comments