Skip to content

chore: update Node to v24 #783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
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