mirror of
https://github.com/ivuorinen/base-configs-browserslist.git
synced 2026-01-26 11:44:02 +00:00
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:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user