We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d2169 commit ff2949aCopy full SHA for ff2949a
.github/workflows/test-deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 16.x
16
- cache: npm
+ cache: yarn
17
- name: Test build
18
working-directory: website
19
run: |
0 commit comments