Skip to content

Commit

Permalink
ci use npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jan 26, 2024
1 parent d93d765 commit 3ff55de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: npm

- name: Install
run: npm install
run: npm ci

- name: Check Type
run: npm run check:type

0 comments on commit 3ff55de

Please sign in to comment.