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:
98f5aa8
)
build(ci): use latest in node version matrix
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 14 Jan 2024 17:09:26 +0000
(18:09 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 14 Jan 2024 17:09:26 +0000
(18:09 +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 2e3a29104aeb5511843842ca01ead77955df9b44..87818ade76840a72062c004ddcd1877058a98604 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: ['20.x', '
21.x
']
+ node: ['20.x', '
latest
']
name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
@@
-76,7
+76,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['18.x', '20.x', '
21.x
']
+ node: ['18.x', '20.x', '
latest
']
name: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults: