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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '24'
registry-url: https://npm.pkg.github.com

# Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- uses: actions/checkout@v2

# Configures a Node.js environment.
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '24'
registry-url: https://npm.pkg.github.com

# Run `npm ci` to re-create your local environment (make sure to commit your package-lock.json!).
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- uses: actions/checkout@v2

# Configures a Node.js environment.
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 16 # Important: use the matrix.node property when using a matrix strategy
node-version: '24'
registry-url: https://npm.pkg.github.com

# Run `npm ci` to re-create your local environment (make sure to commit your package-lock.json!).
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zigbee-clusters": "^2.1.2 || ^3.0.2"
},
"devDependencies": {
"@athombv/jsdoc-template": "^1.6.3",
"@athombv/jsdoc-template": "^1.7.0",
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-athom": "^2.0.8",
Expand Down
Loading