Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h3902340 authored Nov 30, 2023
1 parent 5b52b50 commit 9d88a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 19
registry-url: https://registry.npmjs.org
- name: npm i
run: npm i
Expand All @@ -21,4 +21,4 @@ jobs:
run: npm publish --access public
working-directory: .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 9d88a07

Please sign in to comment.