Skip to content

Commit

Permalink
fix: node18 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Feb 17, 2023
1 parent 531a0e1 commit 8c2fb42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c2fb42

Please sign in to comment.