Skip to content

Commit

Permalink
Merge pull request #234 from hckrnews/feature/commjs
Browse files Browse the repository at this point in the history
Fix pubishing
  • Loading branch information
w3nl authored Dec 2, 2022
2 parents a67e30d + f72a931 commit 1e7f3d3
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 1e7f3d3

Please sign in to comment.