Skip to content

Commit

Permalink
try fix node version for publish (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk authored Apr 2, 2024
1 parent 4928acc commit 4f2abb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit 4f2abb9

Please sign in to comment.