Skip to content

Commit

Permalink
feat: use node 18 for semantic release (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblitza authored Jan 23, 2023
1 parent 04dc9fb commit ecf52b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx -p node@v18-lts -c "npx semantic-release"

0 comments on commit ecf52b9

Please sign in to comment.