chore(ci): install and enable corepack in publish workflow (#90)

Added step to install and enable corepack in the workflow.
This commit is contained in:
2025-12-01 17:52:06 +02:00
committed by GitHub
parent c51dac0cc5
commit fa0cb662ec

View File

@@ -42,6 +42,10 @@ jobs:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
scope: '@ivuorinen' scope: '@ivuorinen'
- name: Install and enable corepack
shell: sh
run: npm install -g corepack@latest --force && corepack enable
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: cache id: cache