We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f353ab5 commit a399875Copy full SHA for a399875
.github/workflows/run-unit-tests.yml
@@ -36,6 +36,8 @@ jobs:
36
node-version-file: '.nvmrc'
37
cache: 'yarn'
38
39
+ - run: corepack enable
40
+
41
- name: Install dependencies
42
run: yarn --immutable
43
0 commit comments