repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f14be
)
build(ci): switch to node 20.x
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 18:32:17 +0000
(20:32 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 18:32:17 +0000
(20:32 +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 ac9250510d785378b280816e95d4dc1f5b46c506..9afb4a2426d7e3ad9aa23e410b85af03cdbf8480 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-20,7
+20,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:
- name: Checkout