Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jun 11, 2024
1 parent 53daaae commit b0109fb
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 1,819 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: Test and Release
on:
push:
branches:
- "main"
- 'main'
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
- 'v[0-9]+.[0-9]+.[0-9]+'
# pre-releases
- "v[0-9]+.[0-9]+.[0-9]+-**"
- 'v[0-9]+.[0-9]+.[0-9]+-**'
pull_request: {}

# Cancel previous PR/branch runs when a new commit is pushed
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '16.x'
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 16.x, 18.x]
node-version: [20.x, 22.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -50,8 +50,7 @@ jobs:
os: ${{ matrix.os }}
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'

# TODO: To enable automatic npm releases, create a token on npmjs.org
# TODO: To enable automatic npm releases, create a token on npmjs.org
# Enter this token as a GitHub secret (with name NPM_TOKEN) in the repository options
# Then uncomment the following block:

Expand Down
Loading

0 comments on commit b0109fb

Please sign in to comment.