File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1616 key : lock-${{ github.sha }}
1717
1818 - name : create package-lock.json
19- run : npm i --package-lock-only
19+ run : npm i --package-lock-only --ignore-scripts
2020
2121 - name : hack for singe file
2222 run : |
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : checkout
10- uses : actions/checkout@master
10+ uses : actions/checkout@v2
1111
1212 - name : cache package-lock.json
1313 uses : actions/cache@v2
1616 key : lock-${{ github.sha }}
1717
1818 - name : create package-lock.json
19- run : npm i --package-lock-only
19+ run : npm i --package-lock-only --ignore-scripts
2020
2121 - name : hack for singe file
2222 run : |
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : checkout
43- uses : actions/checkout@master
43+ uses : actions/checkout@v2
4444
4545 - name : restore cache from package-lock.json
4646 uses : actions/cache@v2
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : checkout
77- uses : actions/checkout@master
77+ uses : actions/checkout@v2
7878
7979 - name : restore cache from package-lock.json
8080 uses : actions/cache@v2
@@ -96,12 +96,12 @@ jobs:
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : checkout
99- uses : actions/checkout@master
99+ uses : actions/checkout@v2
100100
101101 # with:
102102 # token: ${{ secrets.ACCESS_TOKEN }}
103103 # - name: Checkout submodules
104- # uses: actions/checkout@master
104+ # uses: actions/checkout@v2
105105 # with:
106106 # repository: tangjinzhou/antdv-demo
107107 # token: ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 99 "perf",
1010 "test",
1111 "chore",
12- "revert"
12+ "revert",
13+ "ci"
1314 ],
1415 "warnOnFail": false,
1516 "autoFix": false
16- }
17+ }
You can’t perform that action at this time.
0 commit comments