Skip to content

Commit f9213c9

Browse files
authored
yarn cache (observablehq#1473)
1 parent 0ba4599 commit f9213c9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 16
22+
cache: 'yarn'
2223
- run: yarn --frozen-lockfile
2324
- run: yarn docs:build
2425
- uses: actions/configure-pages@v3

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
24+
cache: 'yarn'
2425
- run: yarn --frozen-lockfile
2526
- run: |
2627
echo ::add-matcher::.github/eslint.json

0 commit comments

Comments
 (0)