File tree 3 files changed +0
-18
lines changed
3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 30
30
uses : actions/setup-node@v4
31
31
with :
32
32
node-version : ${{ matrix.node }}
33
- - name : Cache dependencies
34
- id : cache-cypress
35
- uses : actions/cache@v4
36
- with :
37
- path : /home/runner/.cache/Cypress
38
- key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}
39
33
- name : Install dependencies
40
34
run : pnpm install
41
35
- name : Check spelling
Original file line number Diff line number Diff line change 19
19
registry-url : ' https://npm.pkg.github.com'
20
20
# Defaults to the user or organization that owns the workflow file
21
21
scope : ' @javierbrea'
22
- - name : Cache dependencies
23
- id : cache-cypress
24
- uses : actions/cache@v4
25
- with :
26
- path : /home/runner/.cache/Cypress
27
- key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}
28
22
- name : Install dependencies
29
23
run : pnpm install
30
24
- uses : MerthinTechnologies/edit-json-action@v1
Original file line number Diff line number Diff line change 18
18
registry-url : ' https://npm.pkg.github.com'
19
19
# Defaults to the user or organization that owns the workflow file
20
20
scope : ' @javierbrea'
21
- - name : Cache dependencies
22
- id : cache-cypress
23
- uses : actions/cache@v4
24
- with :
25
- path : /home/runner/.cache/Cypress
26
- key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}
27
21
- name : Install dependencies
28
22
run : pnpm install
29
23
- run : pnpm -r publish --no-git-checks
You can’t perform that action at this time.
0 commit comments