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 workflow (#88)
Added step to install and enable corepack in workflow.
This commit is contained in:
4
.github/workflows/update-browserslist.yaml
vendored
4
.github/workflows/update-browserslist.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user