Skip to content

Commit c816604

Browse files
authored
ci: pin typescript dependency to 5.6.3 (#200)
1 parent b5abdd3 commit c816604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
- name: Build JS API
4343
shell: bash
4444
run: |
45-
cd api-js && npm install && npx publint
45+
cd api-js && npm install && npx publint && npx --yes @arethetypeswrong/cli --pack .
4646
4747
- name: Test JS API
4848
shell: bash

api-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jest": "^29.7.0",
1919
"ts-jest": "^29.2.5",
2020
"tsup": "^8.3.5",
21-
"typescript": "^5.6.3"
21+
"typescript": "5.6.3"
2222
},
2323
"type": "module",
2424
"main": "./dist/SDKMeta.cjs",

0 commit comments

Comments
 (0)