Skip to content

Commit

Permalink
Improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Nov 10, 2022
1 parent e8e4d33 commit 3094f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: bahmutov/npm-install@v1
cache: 'yarn'
- run: yarn install --immutable
- name: Check typescript
run: |
yarn run check
Expand Down

0 comments on commit 3094f05

Please sign in to comment.