8000 ci: optional peer-dependency install for typecheck · log4js-node/log4js-node@aa32cb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa32cb9

Browse files
committed
ci: optional peer-dependency install for typecheck
1 parent 8dd2200 commit aa32cb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
- run: npm ci
7575
if: matrix.npm-i == '' && steps.npm-version.outputs.major > 5
7676

77+
- name: Install optional peer-dependencies
78+
run: npm install --save-peer @types/express
79+
7780
- name: List dependencies
7881
run: npm ls --depth=0 --dev && npm ls --depth=0 --prod
7982

0 commit comments

Comments
 (0)
0