Skip to content

Commit

Permalink
Merge pull request #254 from Tradeshift/bump-semantic-release
Browse files Browse the repository at this point in the history
chore: bump semantic release version from v20.0.0 to v24.0.0
  • Loading branch information
celiogafesi authored Jul 11, 2024
2 parents 245ee01 + 3afdd14 commit 9c1add8
Show file tree
Hide file tree
Showing 4 changed files with 2,101 additions and 2,789 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
registry-url: 'https://npm.pkg.github.com'
cache: 'npm'

Expand All @@ -37,7 +37,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
registry-url: 'https://npm.pkg.github.com'
cache: 'npm'

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ outputs:
new_release_notes:
description: 'The release notes for the new release.'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
Loading

0 comments on commit 9c1add8

Please sign in to comment.