Skip to content

Commit

Permalink
ci: Fix semantic release requires Node >=18 (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Feb 9, 2023
1 parent a475b35 commit 2eb2764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- name: Setup Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
- name: Cache Gems
Expand Down

0 comments on commit 2eb2764

Please sign in to comment.