Skip to content

Commit

Permalink
ci: install tsc global in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 11, 2023
1 parent 34e7344 commit 2258067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # Required to fetch range

- name: Install Dependencies
run: npm i -g pnpm && pnpm i
run: npm i -g pnpm typescript && pnpm i

- name: 'deploy'
shell: bash
Expand Down

0 comments on commit 2258067

Please sign in to comment.