diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9de24e..3c4446b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,6 +42,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: Cache Node Modules uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache