File tree 8 files changed +22
-8
lines changed
8 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
13
- name : ' nvm install lts/* && npm ci'
13
+ name : ' nvm install lts/* && npm ci --no-audit'
14
+ env :
15
+ NPM_CONFIG_AUDIT : false
14
16
with :
15
17
node-version : lts/*
16
18
use-npm-ci : true
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
17
- name : ' nvm install lts/* && npm ci'
17
+ name : ' nvm install lts/* && npm ci --no-audit'
18
+ env :
19
+ NPM_CONFIG_AUDIT : false
18
20
with :
19
21
node-version : lts/*
20
22
use-npm-ci : true
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
13
- name : ' nvm install lts/* && npm ci'
13
+ name : ' nvm install lts/* && npm ci --no-audit'
14
+ env :
15
+ NPM_CONFIG_AUDIT : false
14
16
with :
15
17
node-version : lts/*
16
18
use-npm-ci : true
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
19
- name : ' nvm install lts/* && npm ci'
19
+ name : ' nvm install lts/* && npm ci --no-audit'
20
+ env :
21
+ NPM_CONFIG_AUDIT : false
20
22
with :
21
23
node-version : lts/*
22
24
use-npm-ci : true
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
13
- name : ' nvm install lts/* && npm ci'
13
+ name : ' nvm install lts/* && npm ci --no-audit'
14
+ env :
15
+ NPM_CONFIG_AUDIT : false
14
16
with :
15
17
node-version : lts/*
16
18
use-npm-ci : true
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
23
- name : ' nvm install lts/* && npm ci'
23
+ name : ' nvm install lts/* && npm ci --no-audit'
24
+ env :
25
+ NPM_CONFIG_AUDIT : false
24
26
with :
25
27
node-version : lts/*
26
28
use-npm-ci : true
Original file line number Diff line number Diff line change 24
24
registry-url : ' https://registry.npmjs.org'
25
25
26
26
- name : Install dependencies
27
- run : npm ci
27
+ run : npm ci --no-audit
28
28
29
29
- name : Publish biblio
30
30
run : scripts/publish-biblio.sh
Original file line number Diff line number Diff line change 15
15
# Default: 1
16
16
fetch-depth : 0
17
17
- uses : ljharb/actions/node/install@d9f477827ed71a259056764107f74afc29febcae
18
- name : ' nvm install lts/* && npm ci'
18
+ name : ' nvm install lts/* && npm ci --no-audit'
19
+ env :
20
+ NPM_CONFIG_AUDIT : false
19
21
with :
20
22
node-version : lts/*
21
23
use-npm-ci : true
You can’t perform that action at this time.
0 commit comments