We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e02c6e commit 295306bCopy full SHA for 295306b
.github/workflows/deploy-examples.yml
@@ -25,6 +25,11 @@ jobs:
25
- name: Checkout repository
26
uses: actions/checkout@v4
27
28
+ # Enable Corepack to use the yarn version defined in package.json
29
+ - name: Enable Corepack
30
+ run: corepack enable
31
+
32
33
- name: Set up Node.js and Yarn
34
uses: actions/setup-node@v4
35
with:
0 commit comments