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

Added step to install and enable corepack in workflow.
This commit is contained in:
2025-12-01 15:58:46 +02:00
committed by GitHub
parent 8fab9372db
commit 48bf0fc5bf

View File

@@ -28,6 +28,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@ivuorinen'
- name: Install and enable corepack
shell: sh
run: npm install -g corepack@latest --force && corepack enable
- name: Configure git
run: |
git config user.name "fiximus"