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:
6bb1d6b
)
CI: use latest node.js stable version
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 20 Apr 2022 15:31:25 +0000
(17:31 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 20 Apr 2022 15:31:25 +0000
(17:31 +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 3664bbb5b2806b97569c62cf3f63a9d34ae19232..af014eb55b5b1783fb60efef18b4dcf5773eef42 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-10,7
+10,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node: ['14.x', '16.x', '1
7
.x']
+ node: ['14.x', '16.x', '1
8
.x']
steps:
- uses: actions/checkout@v3
with: