Skip to content

Commit 44ffaa8

Browse files
committed
chore: update some dependencies
1 parent b2392f7 commit 44ffaa8

File tree

8 files changed

+457
-207
lines changed

8 files changed

+457
-207
lines changed

.changeset/sweet-terms-develop.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@smartthings/cli": patch
3+
"@smartthings/plugin-cli-edge": patch
4+
"@smartthings/cli-lib": patch
5+
"@smartthings/cli-testlib": patch
6+
---
7+
8+
update to Node 22; update core SDK and axios dependencies

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 18.5.0
31+
node-version: 22.14.0
3232

3333
- name: Install Dependencies
3434
run: npm ci
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup Node.js
8484
uses: actions/setup-node@v3
8585
with:
86-
node-version: 18.5.0
86+
node-version: 22.14.0
8787

8888
- run: npm ci
8989
- run: npm run build
@@ -172,7 +172,7 @@ jobs:
172172
- name: Setup Node.js
173173
uses: actions/setup-node@v3
174174
with:
175-
node-version: 18.5.0
175+
node-version: 22.14.0
176176

177177
- run: npm ci
178178

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18.5.0
15+
node-version: 22.14.0
1616
- run: npm ci --workspaces=false
1717
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
1818

@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
# add/remove versions as we move support forward
26-
node-version: [18]
26+
node-version: [22]
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828

2929
steps:

0 commit comments

Comments
 (0)