Merge pull request #51 from sartography/dependabot/github_actions/JS-DevTools/npm-publish-3

Bump JS-DevTools/npm-publish from 2 to 3
This commit is contained in:
Kevin Burnett 2023-11-10 17:57:55 -08:00 committed by GitHub
commit c1dbb1599c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
node-version: 18 node-version: 18
- run: npm install - run: npm install
- run: npm test - run: npm test
- uses: JS-DevTools/npm-publish@v2 - uses: JS-DevTools/npm-publish@v3
with: with:
token: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}
access: public access: public