Skip to content

Commit dc8f367

Browse files
trentmPeterEinberger
authored andcommitted
node v19 testing (elastic#2993)
1 parent 01bc3c8 commit dc8f367

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.ci/.jenkins_nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODEJS_VERSION:
2-
# - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/download/release/
2+
- "19"
33
- "18"
4-
# - "18.0" # Uncomment this when "18" is 18.1 or greater.
4+
- "18.0"
55
- "16"
66
- "16.0"
77
- "14"

.ci/.jenkins_rc_nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The node.js project *sometimes* produces "rc" builds leading up to a new
55
# release. They get uploaded to: https://nodejs.org/download/rc/
66
NODEJS_VERSION:
7+
- "19"
78
- "18"
89
- "16"
910
- "14"
10-
- "12"

.ci/.jenkins_tav_nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NODEJS_VERSION:
2-
# - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/en/about/releases/
2+
- "19"
33
- "18"
44
- "16"
55
- "14"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
strategy:
121121
matrix:
122122
node:
123+
- '19'
123124
- '18'
125+
- '18.0'
124126
- '16'
125127
- '16.0'
126128
- '14'

0 commit comments

Comments
 (0)