enable corepack in actions
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -34,6 +34,10 @@ jobs:
|
||||
# # - run: npm run start
|
||||
# - run: npm run test
|
||||
|
||||
# Corepack
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
# YARN
|
||||
- uses: borales/actions-yarn@v3.0.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user