2 Commits

3 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v5 uses: actions/setup-node@v5
with: with:
node-version: ${{ inputs.node-version }} node-version: ${{ inputs.node-version }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack - name: 🛠️ Setup Node.js Corepack
run: corepack enable run: corepack enable

View File

@@ -30,7 +30,7 @@ jobs:
if: github.repository_owner == 'the-nexim' if: github.repository_owner == 'the-nexim'
name: Publish NPM name: Publish NPM
runs-on: blacksmith-2vcpu-ubuntu-2404 runs-on: ubuntu-latest
steps: steps:
- name: 📥 Checkout repository - name: 📥 Checkout repository
@@ -41,6 +41,7 @@ jobs:
with: with:
node-version: ${{ inputs.node-version }} node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.npm-registry-url }} registry-url: ${{ inputs.npm-registry-url }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack - name: 🛠️ Setup Node.js Corepack
run: corepack enable run: corepack enable

View File

@@ -58,6 +58,7 @@ jobs:
uses: actions/setup-node@v5 uses: actions/setup-node@v5
with: with:
node-version: ${{ inputs.node-version }} node-version: ${{ inputs.node-version }}
package-manager-cache: false
- name: 🛠️ Setup Node.js Corepack - name: 🛠️ Setup Node.js Corepack
run: corepack enable run: corepack enable