From 7e944394055a52021630469a232e0b0e18fda4f5 Mon Sep 17 00:00:00 2001 From: Hunaid Hassan Date: Mon, 27 Apr 2026 17:58:33 +0200 Subject: [PATCH] Pin Node to 22.14.0 to fix corrupted npm toolcache --- .github/workflows/npm-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5efc9da..a2ea9bd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,12 +18,9 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: '22.14.0' registry-url: 'https://registry.npmjs.org' - - name: Update npm to latest - run: npm install -g npm@latest - - name: Install dependencies run: npm ci