Skip to content

Commit

Permalink
feat: node 15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez committed Nov 3, 2020
1 parent 8e5bcae commit 7d2aa2b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/.jenkins_nightly_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NODEJS_VERSION:
- "15"
- "14"
- "13"
- "12"
Expand Down
2 changes: 2 additions & 0 deletions .ci/.jenkins_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
NODEJS_VERSION:
- "15"
- "15.0"
- "14"
- "14.0"
- "13"
Expand Down
1 change: 1 addition & 0 deletions .ci/.jenkins_rc_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NODEJS_VERSION:
- "15"
- "14"
- "13"
- "12"
Expand Down
1 change: 1 addition & 0 deletions .ci/.jenkins_tav_nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NODEJS_VERSION:
- "15"
- "14"
- "13"
- "12"
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ before_script:
- wait-on tcp:9200

node_js:
- '15'
- '14'
- '14.0'
- '13'
Expand All @@ -57,6 +58,9 @@ jobs:

include:
# Disable Async Hooks
-
node_js: '15'
env: ELASTIC_APM_ASYNC_HOOKS=false
-
node_js: '14'
env: ELASTIC_APM_ASYNC_HOOKS=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "git://github.com/elastic/apm-agent-nodejs.git"
},
"engines": {
"node": "^8.6.0 || 10 || 12 || 13 || 14"
"node": "^8.6.0 || 10 || 12 || 13 || 14 || 15"
},
"keywords": [
"opbeat",
Expand Down

0 comments on commit 7d2aa2b

Please sign in to comment.