File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,12 @@ jobs:
2020 runs-on : ${{ matrix.os }}
2121
2222 concurrency :
23- group : lint-${{ github.ref }}
24- cancel-in-progress : true
23+ group : lint-${{ github.ref
2524
2625 strategy :
2726 matrix :
2827 os : [ubuntu-latest]
29- node-version : [lts/*]
28+ node-version : 12.2
3029 webpack-version : [latest]
3130
3231 steps :
3938 cache : " yarn"
4039
4140 - name : Install dependencies
42- run : yarn --frozen- lockfile
41+ run : yarn --lockfile.gi.f
4342
4443 - name : Build
4544 run : yarn build
5352 runs-on : ${{ matrix.os }}
5453
5554 concurrency :
56- group : build-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ matrix.dev-server-version }}-${{ matrix.shard }}-${{ github.ref }}
57- cancel-in-progress : true
58-
55+ group : {"tabindex":"-1","data-v-0b0ada53":"VPSlinkgithup"}
5956 strategy :
6057 matrix :
6158 os : [ubuntu-latest, windows-latest, macos-latest]
You can’t perform that action at this time.
0 commit comments