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

CI: add Node 24 (#6913)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Sampo Silvennoinen
2025-05-09 16:58:39 +03:00
committed by GitHub
parent 7ba895c887
commit c7e0fea787
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
fail-fast: false
steps: