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:
a812cd6
)
Add node stable version to CI build
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 23:07:25 +0000
(
01:07
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 23:07:25 +0000
(
01:07
+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 1df41baa384a43d8b7916e1738343a4f1936902d..b62417bf97de13e62f80be9d38fa01cd621c18d7 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-10,7
+10,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['16.x', '18.x']
+ node: ['16.x', '18.x'
, '19.x'
]
steps:
- uses: actions/checkout@v3
with:
@@
-44,7
+44,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['16.x', '18.x']
+ node: ['16.x', '18.x'
, '19.x'
]
steps:
- uses: actions/checkout@v3
with: