Skip to content

Commit

Permalink
fix: remove useless node install in pubish job for release workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Dec 21, 2024
1 parent bce94e4 commit c4084f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Download release artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c4084f8

Please sign in to comment.