Skip to content

Commit

Permalink
update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamcy committed Jun 30, 2024
1 parent dcd458a commit 0ac2bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- run: mv npm-package-readme.md README.md
- run: npm publish
Expand Down

0 comments on commit 0ac2bad

Please sign in to comment.