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:
686e06d
)
build(ci): switch to node 20.x
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 19:21:30 +0000
(21:21 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 19:21:30 +0000
(21:21 +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 5b00841d64626e03a8ea4cfe195258be754465ff..ae992b24d0b0637e66611f695b0f966a75d01fb0 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
.x']
+ node: ['16.x', '18.x', '
20
.x']
steps:
- uses: actions/checkout@v3
with:
@@
-49,7
+49,7
@@
jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
- node: ['16.x', '18.x', '
19
.x']
+ node: ['16.x', '18.x', '
20
.x']
steps:
- uses: actions/checkout@v3
with: