We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be1c3e commit 51d286eCopy full SHA for 51d286e
.github/workflows/typescript-pr-check.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 20
22
registry-url: https://registry.npmjs.org/
23
- cache: "npm"
+ cache: "yarn"
24
25
- name: Install dependencies
26
run: yarn install
0 commit comments