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 7f8c624 commit bea0f6eCopy full SHA for bea0f6e
.github/workflows/ci.yml
@@ -23,26 +23,6 @@ jobs:
23
with:
24
node-version: '20.14'
25
26
- - name: Setup NodeJS cache
27
- uses: actions/cache@v4
28
- with:
29
- path: node_modules
30
- key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
31
- restore-keys: |
32
- ${{ runner.os }}-node-
33
-
34
- - name: Find Yarn cache location
35
- id: yarn-cache
36
- run: echo "::set-output name=dir::$(yarn cache dir)"
37
38
- - name: Setup Yarn cache
39
40
41
- path: ${{ steps.yarn-cache.outputs.dir }}
42
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
43
44
- ${{ runner.os }}-yarn-
45
46
- name: Install NodeJS dependencies
47
run: make deps
48
0 commit comments