Skip to content

Commit

Permalink
fix(ci): fix broken node version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 24, 2023
1 parent b2aacfa commit bb13b59
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 @@ -23,7 +23,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: lts
node-version: 20
- name: Upgrade npm
run: npm i -g npm@latest
- name: Build Package
Expand Down

0 comments on commit bb13b59

Please sign in to comment.