Skip to content

Commit b0868af

Browse files
committed
remove lockifle caching for now
1 parent 8d11ca2 commit b0868af

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: .github/workflows/js-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
with:
1414
node-version: '20.x'
1515
registry-url: 'https://registry.npmjs.org'
16-
cache: 'yarn'
17-
cache-dependency-path: '**/yarn.lock'
1816
- name: Build
1917
working-directory: js
2018
run: |

Diff for: .github/workflows/js-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'yarn'
29-
cache-dependency-path: '**/yarn.lock'
3028
- name: Install dependencies
3129
working-directory: js
3230
run: yarn

0 commit comments

Comments
 (0)