repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8497a0
)
CI: separate step
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 21 Apr 2022 20:11:01 +0000
(22:11 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 21 Apr 2022 20:11:01 +0000
(22:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index fccb643e91413e1632b00f1277086be5a09c9dc3..7edeec80ef9b607030b420369888f78ea14b8641 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-34,6
+34,7
@@
jobs:
- name: Install
if: matrix.node == '18.x'
run: npm ci --legacy-peer-deps
+ - name: Install
if: matrix.node != '18.x'
run: npm ci