Skip to content

Commit 8ca4c8b

Browse files
committed
fix: update core sdk and axios
1 parent 0283a34 commit 8ca4c8b

File tree

3 files changed

+6756
-5303
lines changed

3 files changed

+6756
-5303
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
cache: "npm"
2424
- run: npm ci --ignore-scripts
2525
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
# add/remove versions as we move support forward
33-
node-version: [14, 16, 18]
33+
node-version: [20, 22]
3434

3535
steps:
3636
- uses: actions/checkout@v3
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node.js
5757
uses: actions/setup-node@v3
5858
with:
59-
node-version: 18
59+
node-version: 22
6060
cache: "npm"
6161
- run: npm ci
6262
- name: Release

0 commit comments

Comments
 (0)