Skip to content

Commit

Permalink
chore: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jun 5, 2023
1 parent b1049d6 commit 4723432
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 @@ -9,12 +9,12 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish --access public
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_HEARTHSIM_TOKEN}}

0 comments on commit 4723432

Please sign in to comment.