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 20825be commit d1fa423
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main-branch-push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.8.1'
- name: semantic-release extract new version
Expand Down Expand Up @@ -49,6 +49,11 @@ jobs:
persist-credentials: false
ref: ${{ github.sha }}

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.8.1'

- name: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_SECRET }}
Expand Down

0 comments on commit d1fa423

Please sign in to comment.