From c4084f881ed301ac5d9b7851a6601a66d70c92fe Mon Sep 17 00:00:00 2001 From: Marc Gavanier Date: Sun, 22 Dec 2024 00:15:00 +0100 Subject: [PATCH] fix: remove useless node install in pubish job for release workfow --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc463df..0381db1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: