Skip to content

Commit

Permalink
chore: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 22, 2024
1 parent a7f6d05 commit b718e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ref: ${{ inputs.ref }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
- name: Install
run: npm install
- name: Prepare Try to Release
Expand Down

0 comments on commit b718e02

Please sign in to comment.