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 cc49945 commit 891d9cdCopy full SHA for 891d9cd
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node_version }}
19
+ cache: "yarn"
20
- name: Install
21
run: yarn install
22
- name: Build
.github/workflows/website.yml
@@ -14,6 +14,7 @@ jobs:
14
15
node-version: 18
- name: Set Env
run: |
echo "OWNER_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_ENV
0 commit comments