Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alexander-hagen/node-api-hitbtc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-hagen committed Feb 18, 2024
2 parents 74f16ad + 8ec62fc commit 60478f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
env:
Expand All @@ -28,7 +28,7 @@ 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 publish
Expand Down

0 comments on commit 60478f2

Please sign in to comment.