Skip to content

Commit

Permalink
remove lockifle caching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Mar 6, 2024
1 parent 8d11ca2 commit b0868af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Build
working-directory: js
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/js-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Install dependencies
working-directory: js
run: yarn
Expand Down

0 comments on commit b0868af

Please sign in to comment.