Skip to content

Commit d38bfda

Browse files
committed
test: drop node 14 from RC tests now that it is EOL (#3315)
Also add v21 because at some point there may be an RC for a v21.0.0 release.
1 parent f62b7e4 commit d38bfda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/edge.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
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

0 commit comments

Comments
 (0)