File tree Expand file tree Collapse file tree 4 files changed +1040
-1018
lines changed Expand file tree Collapse file tree 4 files changed +1040
-1018
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
- name : " Checkout Repository"
12
12
uses : actions/checkout@v3
13
13
- name : " Dependency Review"
14
- uses : actions/dependency-review-action@v2
14
+ uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ jobs:
23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- node-version : [16.x ]
26
+ node-version : [lts/* ]
27
27
28
28
runs-on : ${{ matrix.os }}
29
29
30
+ concurrency :
31
+ group : lint-${{ matrix.os }}-v${{ matrix.node-version }}-${{ github.ref }}
32
+ cancel-in-progress : true
30
33
steps :
31
34
- uses : actions/checkout@v3
32
35
with :
67
70
68
71
runs-on : ${{ matrix.os }}
69
72
73
+ concurrency :
74
+ group : test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
75
+ cancel-in-progress : true
76
+
70
77
steps :
71
78
- uses : actions/checkout@v3
72
79
You can’t perform that action at this time.
0 commit comments