File tree 32 files changed +53
-543
lines changed
32 files changed +53
-543
lines changed Original file line number Diff line number Diff line change 30
30
cache : npm
31
31
- name : Reset Deps
32
32
run : node . run resetdeps -- --package-lock
33
- - name : Run Audit
34
- run : node . audit
33
+ - name : Run Production Audit
34
+ run : node . audit --omit=dev
35
+ - name : Run Full Audit
36
+ run : node . audit --audit-level=none
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 18
18
- cron : " 0 9 * * 1"
19
19
20
20
jobs :
21
- engines :
22
- name : Engines - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
23
- if : github.repository_owner == 'npm'
24
- strategy :
25
- fail-fast : false
26
- matrix :
27
- platform :
28
- - name : Linux
29
- os : ubuntu-latest
30
- shell : bash
31
- node-version :
32
- - 14.17.0
33
- - 16.13.0
34
- - 18.0.0
35
- runs-on : ${{ matrix.platform.os }}
36
- defaults :
37
- run :
38
- shell : ${{ matrix.platform.shell }}
39
- steps :
40
- - name : Checkout
41
- uses : actions/checkout@v3
42
- - name : Setup Git User
43
- run : |
44
- git config --global user.email "npm-cli+bot@github.com"
45
- git config --global user.name "npm CLI robot"
46
- - name : Setup Node
47
- uses : actions/setup-node@v3
48
- with :
49
- node-version : ${{ matrix.node-version }}
50
- cache : npm
51
- - name : Reset Deps
52
- run : node . run resetdeps -- --engines-strict
53
-
54
21
lint :
55
22
name : Lint
56
23
if : github.repository_owner == 'npm'
You can’t perform that action at this time.
0 commit comments