Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.9.0
node-version: 24.4.1

- name: Install Dependencies
run: npm ci
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.9.0
node-version: 24.4.1

- run: npm ci
- run: npm run build
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.9.0
node-version: 24.4.1

- run: npm ci

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 22.9.0
node-version: 24.4.1
- run: npm ci
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
# add/remove versions as we move support forward
node-version: [22]
node-version: [24]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Thanks for contributing! Our community of developers is what put SmartThings on

### Build

1. Be sure you're using at least Node.js version 22.
1. Be sure you're using at least Node.js version 24.
1. run `npm install`
1. run `npm run compile`
1. To run the CLI that was just compiled, run the `run` command in bin. You can create
Expand Down
Loading
Loading