Skip to content

Commit

Permalink
set typespec version
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Jan 16, 2025
1 parent 4a70e0b commit 887c9a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version : '20.9.0'

- name : Install tsp
run : npm install -g @typespec/compiler
run : npm install -g @typespec/compiler@0.64.0

- name : Validate tsp files
run : |
Expand Down
8 changes: 4 additions & 4 deletions typespec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.16.7",
"type": "module",
"dependencies": {
"@typespec/compiler": "latest",
"@typespec/http": "latest",
"@typespec/openapi3": "latest",
"@typespec/rest": "latest"
"@typespec/compiler": "0.64.0",
"@typespec/http": "0.64.0",
"@typespec/openapi3": "0.64.0",
"@typespec/rest": "0.64.0"
},
"private": true
}

0 comments on commit 887c9a7

Please sign in to comment.