Skip to content

Commit

Permalink
chore: add node version to semantic release to circumvent installatio…
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanr committed May 8, 2023
1 parent d86d668 commit 23fefb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
versioning:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 23fefb0

Please sign in to comment.