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:
bb1e5fc
)
build: fix typo in CI
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:31:42 +0000
(15:31 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:31:42 +0000
(15:31 +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 1ebf798a946325a446cf92528d8e73de36237210..67ca3d66e0a9d85827134e097bd216f43551ded7 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-12,7
+12,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['16.x', '18.x', '19.7
,
x']
+ node: ['16.x', '18.x', '19.7
.
x']
steps:
- uses: actions/checkout@v3
with: