Skip to content

Commit 1e6ffc8

Browse files
committed
chore: add cache to yml and update steps
1 parent 254dc00 commit 1e6ffc8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
with:
2121
node-version: 20
2222
registry-url: https://registry.npmjs.org/
23+
cache: 'npm'
2324

24-
- name: Test
25-
run: |
26-
yarn install
27-
yarn pr-check
25+
- name: Install dependencies
26+
run: yarn install
27+
- name: Run tests
28+
run: yarn pr-check

0 commit comments

Comments
 (0)