repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf0316
)
Add node version 17 to CI
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 7 Jan 2022 16:05:59 +0000
(17:05 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 7 Jan 2022 16:05:59 +0000
(17:05 +0100)
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 d09db850f037520cb1939926a8d8f20df467efc3..3e7ea8b88e67fc03fed14da532d32e71c1376a30 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-10,7
+10,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [
14.x, 16.x
]
+ node-version: [
'14.x', '16.x', '17.x'
]
steps:
- uses: actions/checkout@v2
with: