repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18b85a
)
Run GitHub actions only on supported node.js version
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 18 Apr 2022 07:21:36 +0000
(09:21 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 18 Apr 2022 07:21:36 +0000
(09:21 +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 044210ac2330587481f5bfd3132bbe9e2d8a1a75..8ba2378964e745447875be86e04a47d74a9347db 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-18,7
+18,7
@@
jobs:
strategy:
matrix:
- node: ['1
2.x', '14.x', '16
.x']
+ node: ['1
4.x', '16.x', '17
.x']
steps:
- name: Checkout