Skip to content

Commit

Permalink
fix rest of lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Sep 23, 2024
1 parent 3c4da3a commit edd1a4a
Show file tree
Hide file tree
Showing 75 changed files with 2,454 additions and 2,711 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: '.nvmrc'

- name: NPM install
run: npm i --ignore-scripts # install typescript and @types do not `setup first`
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nightly-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,16 @@ jobs:
publish-config:
runs-on: ubuntu-20.04

strategy:
matrix:
node: [18.x] # This should be LTS

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the history, or this action won't work

- name: Use Node.js ${{ matrix.node }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'

- name: Detect changes (git)
id: changes
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/official-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@ jobs:
publish-config:
runs-on: ubuntu-20.04

strategy:
matrix:
node: [18.x] # This should be LTS

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the history, or this action won't work

- name: Use Node.js ${{ matrix.node }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'

- name: Prepare installation
uses: ./.github/actions/install-redis-linux
Expand Down
8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@
"@alcalzone/release-script-plugin-lerna": "~3.7.0",
"@alcalzone/release-script-plugin-license": "~3.5.0",
"@alcalzone/release-script-plugin-manual-review": "~3.5.9",
"@iobroker/eslint-config": "0.1.5",
"@iobroker/eslint-config": "^0.1.6",
"@iobroker/types": "file:packages/types-public",
"@iobroker/types-dev": "file:packages/types-dev",
"@microsoft/api-extractor": "^7.43.0",
Expand Down
Loading

0 comments on commit edd1a4a

Please sign in to comment.