Skip to content

Commit

Permalink
publish angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Aug 13, 2024
1 parent 1cc9421 commit 9bf4963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
startsWith(github.ref, 'refs/tags/v')
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [22.x]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -104,7 +104,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Publish package to npm
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.npm }}

Expand Down

0 comments on commit 9bf4963

Please sign in to comment.