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 12aab20 commit 11b7d2aCopy full SHA for 11b7d2a
.github/workflows/build.yaml
@@ -29,15 +29,8 @@ jobs:
29
uses: actions/setup-node@v4
30
with:
31
node-version: '18'
32
-
33
- - name: Get node_modules cache
34
- uses: actions/[email protected]
35
- id: node_modules
36
- with:
37
- path: |
38
- **/node_modules
39
- # Add node version as a cache key to avoid yarn recompilation for particular node as it doesn't change often
40
- key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}-${{ steps.node.outputs.version }}
+ cache: 'yarn'
+ cache-dependency-path: yarn.lock
41
42
- name: Build front
43
run: |
@@ -114,4 +107,4 @@ jobs:
114
107
containrrr/watchtower \
115
108
--cleanup \
116
109
--run-once \
117
- zfile-docs
110
+ zfile-docs
0 commit comments