Skip to content

Commit

Permalink
Merge pull request #209 from mcm1957/master
Browse files Browse the repository at this point in the history
Update test-and-release workflow and package-lock.json
  • Loading branch information
phifogg authored Jul 30, 2024
2 parents 2e38af5 + 5214a9e commit dd08f77
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 335 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Test and Release

# Run this job on all pushes and pull requests
# as well as tags with a semantic version
# as well as tags with a semantic version
on:
push:
branches:
- "main"
- "master"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '14.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 @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit dd08f77

Please # to comment.