Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: npm publish setup
Browse files Browse the repository at this point in the history
jrasm91 committed Nov 12, 2024
1 parent be00692 commit ad7028a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'

- name: Install
run: npm ci

0 comments on commit ad7028a

Please sign in to comment.