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 d2f16f3 commit 0545dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm test

Expand Down

0 comments on commit 0545dd7

Please sign in to comment.