We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2b371 commit 216f842Copy full SHA for 216f842
.github/workflows/cd.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ - name: Install Yarn
23
+ run: npm install -g yarn
24
- name: "[Setup] Install dependencies"
25
run: yarn
26
- name: "[Test] Run all tests"
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
27
- name: "[Test] Run linters"
0 commit comments