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 7ad3999 commit f614dbaCopy full SHA for f614dba
.github/workflows/build.yaml
@@ -84,6 +84,8 @@ jobs:
84
- uses: actions/setup-node@v4
85
with:
86
node-version-file: '.nvmrc'
87
+ cache: yarn
88
+ cache-dependency-path: yarn.lock
89
- name: Restore cached node_modules
90
uses: actions/cache@v4
91
id: node_modules
0 commit comments