chore(site): Fix chromatic errors (#6301)

This commit is contained in:
Bruno Quaresma
2023-02-22 16:11:25 +00:00
committed by GitHub
parent d993a97fee
commit b412ef0dbb
14 changed files with 1026 additions and 987 deletions
+6 -2
View File
@@ -506,7 +506,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16.16.0"
- name: Install node_modules
run: ./scripts/yarn_install.sh
@@ -555,7 +555,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16.16.0"
- name: Echo Go Cache Paths
id: go-cache-paths
@@ -609,6 +609,10 @@ jobs:
# only get 1 commit on shallow checkout.
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "16.16.0"
- name: Install dependencies
run: cd site && yarn