Skip to content

Commit 9290745

Browse files
committed
Adjust github actions cache
1 parent 01fd9bc commit 9290745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
cache: 'npm'
19+
cache: 'yarn'
2020
- run: yarn install
2121
- env:
2222
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}

0 commit comments

Comments
 (0)