File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 ELASTIC_APM_CONTEXT_MANAGER : ${{ matrix.contextManager }}
4747
48- # This should list all the Node.js major versions listed at:
49- # https://nodejs.org/en/about/releases/
48+ # This should list all the Node.js major versions listed at
49+ # https://nodejs.org/en/about/releases/, plus the next version (for which
50+ # nightlies are currently being built).
5051 #
5152 # The node.js project *sometimes* produces "rc" builds leading up to a new
5253 # release. They get uploaded to: https://nodejs.org/download/rc/
@@ -57,11 +58,11 @@ jobs:
5758 fail-fast : false
5859 matrix :
5960 node :
61+ - " 21"
6062 - " 20"
6163 - " 19"
6264 - " 18"
6365 - " 16"
64- - " 14"
6566 contextManager : [ 'patch', '' ]
6667 steps :
6768 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments