File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
paths :
7
7
- " .github/workflows/check-npm.ya?ml"
8
+ - " **/.npmrc"
8
9
- " **/package.json"
9
10
- " **/package-lock.json"
10
11
pull_request :
11
12
paths :
12
13
- " .github/workflows/check-npm.ya?ml"
14
+ - " **/.npmrc"
13
15
- " **/package.json"
14
16
- " **/package-lock.json"
15
17
schedule :
Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- " .github/workflows/check-packaging-ncc-typescript-npm.yml"
7
+ - " .npmrc"
7
8
- " lerna.json"
8
9
- " package.json"
9
10
- " package-lock.json"
12
13
pull_request :
13
14
paths :
14
15
- " .github/workflows/check-packaging-ncc-typescript-npm.yml"
16
+ - " .npmrc"
15
17
- " lerna.json"
16
18
- " package.json"
17
19
- " package-lock.json"
Original file line number Diff line number Diff line change
1
+ # See: https://docs.npmjs.com/cli/configuring-npm/npmrc
2
+
3
+ engine-strict = true
You can’t perform that action at this time.
0 commit comments