Skip to content

Commit

Permalink
Merge pull request #4 from prashanth-sams/semantic-release
Browse files Browse the repository at this point in the history
ci: set node version to 20
  • Loading branch information
prashanth-sams authored Sep 26, 2024
2 parents 65feba2 + 9d49f66 commit 9934727
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- run: npm install
- run: npm run build
- run: npx semantic-release
Expand Down

0 comments on commit 9934727

Please sign in to comment.