Skip to content

Commit

Permalink
build: run semantic-release on Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 30, 2023
1 parent 1eb20f3 commit 47598a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,8 @@ jobs:

- uses: actions/download-artifact@v3

- uses: actions/setup-node@v3
with:
node-version: "18.x"

- run: npx semantic-release

0 comments on commit 47598a8

Please sign in to comment.