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 7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest]
10
- # node: [10, 12, 13]
11
- node : [14]
10
+ node : [10, 12, 13]
12
11
steps :
13
12
- uses : actions/checkout@v1
14
13
- uses : actions/setup-node@v1
15
14
with :
16
15
node-version : ${{ matrix.node }}
17
- - run : sudo apt install libavahi-compat-libdnssd-dev
18
16
- run : yarn install
19
17
-
run :
git config --global user.email "[email protected] "
20
18
- 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 3
3
4
4
echo " add patch-package"
5
5
npm i $1
6
- set -x
7
6
alias patch-package=./node_modules/.bin/patch-package
8
7
9
8
echo " Add left-pad"
10
9
11
10
12
11
testLockFile () {
13
- set -x
14
12
echo " Version test $1 "
15
13
npm i --lockfile-version $1
16
14
You can’t perform that action at this time.
0 commit comments