Skip to content

Commit

Permalink
chore: update CI for node v18.0.0 (#2652)
Browse files Browse the repository at this point in the history
Closes: #2650
  • Loading branch information
trentm authored Apr 25, 2022
1 parent e584bde commit cf61b9e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci/.jenkins_nightly_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# made, these will stop and there will be no value in testing v17 nightlies.
#
NODEJS_VERSION:
- "18"
- "19"
4 changes: 3 additions & 1 deletion .ci/.jenkins_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
NODEJS_VERSION:
- "17"
# - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/download/release/
- "18"
# - "18.0" # Uncomment this when "18" is 18.1 or greater.
- "16"
- "16.0"
- "14"
Expand Down
2 changes: 1 addition & 1 deletion .ci/.jenkins_rc_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The node.js project *sometimes* produces "rc" builds leading up to a new
# release. They get uploaded to: https://nodejs.org/download/rc/
NODEJS_VERSION:
- "17"
- "18"
- "16"
- "14"
- "12"
3 changes: 2 additions & 1 deletion .ci/.jenkins_tav_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NODEJS_VERSION:
- "17"
# - "19" # Uncomment this when there are v19.x releases at https://nodejs.org/en/about/releases/
- "18"
- "16"
- "14"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
matrix:
node:
- '17'
- '18'
- '16'
- '16.0'
- '14'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Notes:
[float]
===== Features
* Add support for node v18. ({pull}2652[#2652])
* Adds initial implementaion of
https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-compress.md[span compression]. To enable, set the `spanCompressionEnabled` configuration field to `true`. ({issues}2100[#2100])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "git://github.com/elastic/apm-agent-nodejs.git"
},
"engines": {
"node": "^8.6.0 || 10 || 12 || 14 || 15 || 16 || 17"
"node": "^8.6.0 || 10 || 12 || 14 || 16 || 17 || 18"
},
"keywords": [
"opbeat",
Expand Down

0 comments on commit cf61b9e

Please sign in to comment.