Skip to content

Commit

Permalink
versions2
Browse files Browse the repository at this point in the history
  • Loading branch information
theknut committed Feb 1, 2024
1 parent 8d5ac89 commit ad7266c
Showing 1 changed file with 2 additions and 2 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 @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ioBroker/testing-action-check@main
- uses: ioBroker/testing-action-check@v1
with:
node-version: '18.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
Expand All @@ -45,7 +45,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: ioBroker/testing-action-adapter@main
- uses: ioBroker/testing-action-adapter@v1
with:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
Expand Down

0 comments on commit ad7266c

Please sign in to comment.