Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 27, 2024
1 parent fe0365a commit 06fb149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version-file: '.nvmrc'
node-version: 22

- name: Install package
run: npm ci
Expand All @@ -89,7 +89,7 @@ jobs:
npm whoami
npm publish
# Dummy job for skipped builds - without this, github reports the build as failed
# Dummy job for skipped builds - without this, GitHub reports the build as failed
skip-ci:
if: contains(github.event.head_commit.message, '[skip ci]')
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@foxriver76/eslint-config": "^1.0.4",
"@iobroker/testing": "^4.1.3",
"@iobroker/testing": "^5.0.0",
"axios": "^1.7.8",
"chai": "^4.5.0",
"gulp": "^5.0.0",
Expand Down

0 comments on commit 06fb149

Please sign in to comment.