Skip to content

Commit

Permalink
update release workflow versions (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama authored Jul 22, 2024
1 parent 1254761 commit e3b6f30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 20
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit e3b6f30

Please sign in to comment.