From 2ef353caac8b068cee93521e55a2d890b30e6e85 Mon Sep 17 00:00:00 2001 From: nirinchev Date: Tue, 25 Nov 2025 16:54:19 +0100 Subject: [PATCH] fix: don't setup node when unnecessary --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 227aba96d..d17a341ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,12 +18,6 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v6 - with: - node-version-file: package.json - registry-url: "https://registry.npmjs.org" - cache: "pnpm" - name: Get version id: get-version shell: bash