Skip to content

Commit

Permalink
ci: fix publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 committed Apr 22, 2024
1 parent 2f7dfe6 commit b99406e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
node-version: 20
registry-url: "https://registry.npmjs.org"
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm test

Expand Down

0 comments on commit b99406e

Please sign in to comment.