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:
c5e99a9
)
Add node.js 16.x to CI for testing purpose
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 12 Sep 2021 17:51:56 +0000
(19:51 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 12 Sep 2021 17:51:56 +0000
(19:51 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index c3cf2b49521a9347713a23a8ff73d24f32de8d73..90687ea258c89c8f12b0ef8c6e876a50e9a991db 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-12,7
+12,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [14.x]
+ node-version: [14.x
, 16.x
]
steps:
- uses: actions/checkout@v2
with: