Skip to content

Commit a725307

Browse files
committed
fix: remove node 14 and 16; add 20 and 22
1 parent d8887a1 commit a725307

File tree

4 files changed

+716
-1815
lines changed

4 files changed

+716
-1815
lines changed

.changeset/short-waves-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": minor
3+
---
4+
5+
remove node 14 and 16; add 20 and 22

.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: [18, 20, 22]
3434

3535
steps:
3636
- uses: actions/checkout@v3
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v3
6161
with:
62-
node-version: 18
62+
node-version: 22
6363

6464
- name: Install Dependencies
6565
run: npm ci

0 commit comments

Comments
 (0)