repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7a130
)
build: pin node version to 19.7.x CI
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:28:13 +0000
(15:28 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 15 Mar 2023 14:28:13 +0000
(15:28 +0100)
https://github.com/nodejs/node/issues/47096
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 2745d2f298229d059a008d6c88b2895f2884b2a2..3f5aef75e122d9d7abde26ee55f2c6cc45e53bc1 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', '19.
7.
x']
steps:
- name: Checkout