Skip to content

Commit

Permalink
Remove version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiser-Yang committed Feb 27, 2025
1 parent 08cf29f commit bfb00e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install project dependencies
Expand Down

0 comments on commit bfb00e1

Please sign in to comment.