We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62b7e4 commit d38bfdaCopy full SHA for d38bfda
.github/workflows/edge.yml
@@ -45,8 +45,9 @@ jobs:
45
env:
46
ELASTIC_APM_CONTEXT_MANAGER: ${{ matrix.contextManager }}
47
48
- # This should list all the Node.js major versions listed at:
49
- # https://nodejs.org/en/about/releases/
+ # This should list all the Node.js major versions listed at
+ # https://nodejs.org/en/about/releases/, plus the next version (for which
50
+ # nightlies are currently being built).
51
#
52
# The node.js project *sometimes* produces "rc" builds leading up to a new
53
# release. They get uploaded to: https://nodejs.org/download/rc/
@@ -57,11 +58,11 @@ jobs:
57
58
fail-fast: false
59
matrix:
60
node:
61
+ - "21"
62
- "20"
63
- "19"
64
- "18"
65
- "16"
- - "14"
66
contextManager: [ 'patch', '' ]
67
steps:
68
- uses: actions/checkout@v3
0 commit comments