Skip to content

Commit

Permalink
Merge d7d6a70 into e7f707c
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Sep 5, 2023
2 parents e7f707c + d7d6a70 commit a8e9351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-node
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: current
registry-url: https://registry.npmjs.org/

- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit a8e9351

Please sign in to comment.