Skip to content

Commit b7d0ab8

Browse files
committed
Remove caching
According to https://github.com/actions/setup-node caching only supports lock file in project root.
1 parent 6226055 commit b7d0ab8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: '16'
22-
cache: 'yarn'
23-
working-directory: web
2422

2523
- name: Install dependencies
2624
run: yarn install

0 commit comments

Comments
 (0)