Skip to content

Commit

Permalink
publish to npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnykes committed Jan 10, 2023
1 parent 009b85b commit c5d2f3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit c5d2f3e

Please sign in to comment.