File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 12
12
paths :
13
13
- " .github/workflows/check-markdown-task.ya?ml"
14
14
- " .markdown-link-check.json"
15
+ - " **/.npmrc"
15
16
- " package.json"
16
17
- " package-lock.json"
17
18
- " Taskfile.ya?ml"
24
25
paths :
25
26
- " .github/workflows/check-markdown-task.ya?ml"
26
27
- " .markdown-link-check.json"
28
+ - " **/.npmrc"
27
29
- " package.json"
28
30
- " package-lock.json"
29
31
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-npm-task.ya?ml"
10
+ - " **/.npmrc"
10
11
- " **/package.json"
11
12
- " **/package-lock.json"
12
13
- " Taskfile.ya?ml"
13
14
pull_request :
14
15
paths :
15
16
- " .github/workflows/check-npm-task.ya?ml"
17
+ - " **/.npmrc"
16
18
- " **/package.json"
17
19
- " **/package-lock.json"
18
20
- " Taskfile.ya?ml"
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .github/workflows/check-prettier-formatting-task.ya?ml"
10
10
- " Taskfile.ya?ml"
11
+ - " **/.npmrc"
11
12
- " **/.prettierignore"
12
13
- " **/.prettierrc*"
13
14
# CSS
104
105
paths :
105
106
- " .github/workflows/check-prettier-formatting-task.ya?ml"
106
107
- " Taskfile.ya?ml"
108
+ - " **/.npmrc"
107
109
- " **/.prettierignore"
108
110
- " **/.prettierrc*"
109
111
# CSS
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