Skip to content

Commit

Permalink
fix: bump semantic-release versions
Browse files Browse the repository at this point in the history
pls work
  • Loading branch information
kanadgupta committed Nov 18, 2024
1 parent 4aba345 commit 21efc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: Install dependencies and build TS
run: npm ci && npm run build

- name: Install semantic-release and friends
run: npm i --no-save semantic-release@21 @semantic-release/changelog@6 @semantic-release/exec@6 @semantic-release/git@10
run: npm i --no-save semantic-release@24 @semantic-release/changelog@6 @semantic-release/exec@6 @semantic-release/git@10

# We do a dry run here to analyze the commits and grab the next version
# for usage in the Docker metadata action
Expand Down

0 comments on commit 21efc66

Please sign in to comment.