Skip to content

Commit efaec17

Browse files
authored
chore: stop testing with Node.js v19, it is EOL now (#3602)
1 parent 4d2f56a commit efaec17

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.ci/tav.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": [ 20, 19, 18, 16, 14, 12, 10, 8 ],
2+
"versions": [ 20, 18, 16, 14, 12, 10, 8 ],
33
"// modules": [
44
"List of instrumented modules with the min Node version supported.",
55
"minVersion for each module should be kept in sync with .tav.yml"

.github/workflows/edge.yml

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
node:
6161
- "21"
6262
- "20"
63-
- "19"
6463
- "18"
6564
- "16"
6665
contextManager: [ 'patch', '' ]

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
matrix:
128128
node:
129129
- '20'
130-
- '19'
131130
- '18'
132131
- '18.0'
133132
- '16'

0 commit comments

Comments
 (0)