We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a28534 commit eed4464Copy full SHA for eed4464
1 file changed
.github/workflows/Build-Test-Release.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: actions/setup-node@v3
30
with:
31
node-version: 20.x
32
+ cache: yarn
33
34
- name: Install dependencies
35
run: yarn --frozen-lockfile
0 commit comments