We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7db3b commit d6db759Copy full SHA for d6db759
.github/workflows/deploy.yaml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version-file: .nvmrc
22
+ cache: yarn
23
24
- name: Install dependencies
25
run: yarn install
0 commit comments