2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabled; (#6021)

This commit is contained in:
Dmitriy Mozgovoy
2023-10-22 18:20:44 +03:00
committed by GitHub
parent 5aaff532a6
commit 7d45ab2e2a
4 changed files with 83 additions and 80 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3