Skip to content

Commit

Permalink
fix: use nodejs 20.8.1 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Feb 28, 2024
1 parent 4f7c4ba commit 20825be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-branch-push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
name: Checkout repository
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.8.1'
- name: semantic-release extract new version
id: extract
env:
Expand Down

0 comments on commit 20825be

Please sign in to comment.