Skip to content

Commit

Permalink
Pin typescript to 5.0.4 in workflow (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw authored Jun 27, 2023
1 parent 9d7e050 commit 2808270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TypeScriptCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: "18.x"

- run: npm install typescript -g
- run: npm install typescript@5.0.4 -g

- run: npm install
working-directory: frontend
Expand Down

0 comments on commit 2808270

Please sign in to comment.