Skip to content

Commit cdfa314

Browse files
committed
UPD: update CI Workflow
1 parent 433cdca commit cdfa314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'yarn'
28+
29+
- name: Enable Corepack
30+
run: corepack enable
2831

2932
- name: Check Node.js version
3033
run: node -v

0 commit comments

Comments
 (0)