Skip to content

Commit 891d9cd

Browse files
committed
CI: add cache
1 parent cc49945 commit 891d9cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node_version }}
19+
cache: "yarn"
1920
- name: Install
2021
run: yarn install
2122
- name: Build

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
17+
cache: "yarn"
1718
- name: Set Env
1819
run: |
1920
echo "OWNER_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)