Skip to content

Commit

Permalink
ci: lock typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Apr 16, 2023
1 parent 1417cd5 commit 1e68c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ci:
@make test

deps:
@npm install -g typescript [email protected]
@npm install -g typescript@4.9.5 [email protected]

doc:
@deno doc ./mod.ts
Expand Down

0 comments on commit 1e68c4e

Please sign in to comment.