Skip to content

Commit 51d286e

Browse files
committed
chore: update package manager cache to use Yarn instead of npm
1 parent 8be1c3e commit 51d286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 20
2222
registry-url: https://registry.npmjs.org/
23-
cache: "npm"
23+
cache: "yarn"
2424

2525
- name: Install dependencies
2626
run: yarn install

0 commit comments

Comments
 (0)