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:
eef659c
)
build(ci): remove node 16.x
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 9 Sep 2023 16:29:19 +0000
(18:29 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 9 Sep 2023 16:29:19 +0000
(18:29 +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 df17f60de7e7ab796523e74d395385ffad6a0caa..abcbd6e7d6dff3a4fade976ed994ce57542f3bc3 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-26,7
+26,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['1
6.x', '1
8.x', '20.x']
+ node: ['18.x', '20.x']
name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps: