Skip to content

Commit

Permalink
Fix pubishing
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Dec 2, 2022
1 parent bd07ab0 commit f72a931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: "18.10"
- run: npm ci
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: "18.10"
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit f72a931

Please sign in to comment.