Skip to content

Commit

Permalink
Merge pull request #103 from onfleet/fix-node-version-npm-publish
Browse files Browse the repository at this point in the history
fix: update node-version of npm.publish.yml
  • Loading branch information
lisandrobigi-onfleet authored Jun 4, 2024
2 parents 8866a59 + 3bb63eb commit 12a1f26
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20
- run: npm ci
- run: npm test

Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down

0 comments on commit 12a1f26

Please sign in to comment.