Skip to content

Commit

Permalink
ci: bump node in release workflow (backport #1324) (#1326) (#1327)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3aad944)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ruchamahabal and mergify[bot] authored Jan 17, 2024
1 parent 7dff538 commit 7dec390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- name: Setup dependencies
run: |
npm install @semantic-release/git @semantic-release/exec --no-save
Expand Down

0 comments on commit 7dec390

Please sign in to comment.