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 8624f6d commit d80479dCopy full SHA for d80479d
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-node@v3
25
with:
26
node-version: 16.x
27
+ - name: Install dependencies
28
+ run: yarn install
29
- name: Build
30
run: yarn build
31
- name: Setup Pages
0 commit comments