Skip to content

Commit

Permalink
fix: remove node 14 and 16; add 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Jan 13, 2025
1 parent d8887a1 commit f80e90e
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 1,815 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-waves-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smartthings/core-sdk": minor
---

remove node 14 and 16; add 20 and 22
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
cache: "npm"
- run: npm ci --ignore-scripts
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# add/remove versions as we move support forward
node-version: [14, 16, 18]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm ci
Expand Down
Loading

0 comments on commit f80e90e

Please sign in to comment.