Skip to content

Commit f614dba

Browse files
committed
use cache
1 parent 7ad3999 commit f614dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
- uses: actions/setup-node@v4
8585
with:
8686
node-version-file: '.nvmrc'
87+
cache: yarn
88+
cache-dependency-path: yarn.lock
8789
- name: Restore cached node_modules
8890
uses: actions/cache@v4
8991
id: node_modules

0 commit comments

Comments
 (0)