Skip to content

Commit

Permalink
chore: update Node.js version for semantic release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabb1er authored Feb 16, 2024
1 parent fbe650c commit eedbdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.CIBAA_TEAM_USER_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21
- run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec
- run: semantic-release
env:
Expand Down

0 comments on commit eedbdf0

Please sign in to comment.