File tree Expand file tree Collapse file tree 38 files changed +932
-1899
lines changed Expand file tree Collapse file tree 38 files changed +932
-1899
lines changed Original file line number Diff line number Diff line change 3030 cache : npm
3131 - name : Reset Deps
3232 run : node . run resetdeps -- --package-lock
33- - name : Run Audit
34- run : node . audit -iwr -w workspaces
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 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
Original file line number Diff line number Diff line change 1818 - cron : " 0 9 * * 1"
1919
2020jobs :
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- - 12.13.0
33- - 14.15.0
34- - 16.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-
5421 lint :
5522 name : Lint
5623 if : github.repository_owner == 'npm'
You can’t perform that action at this time.
0 commit comments