1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-08 18:20:20 +00:00

chore: bump axios, remove node v20 support

This commit is contained in:
mulahasanovic
2026-05-05 16:33:12 +02:00
parent 31b3959e2c
commit 6552c768f9
4 changed files with 132 additions and 34 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20, 22, 24]
node-version: [22, 24]
steps:
- uses: actions/checkout@v2