Skip to content

Commit 94043db

Browse files
committed
04 fixed
1 parent ebed055 commit 94043db

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run apidocs
4747
- name: Test building docs
4848
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
49-
# - name: Test building examples (CJS)
50-
# run: |
51-
# cd examples/echo-bot-ts-cjs
52-
# npm run build-sdk
53-
# npm install
54-
# npm run build
55-
# cd -
49+
- name: Test building examples (CJS)
50+
run: |
51+
cd examples/echo-bot-ts-cjs
52+
npm run build-sdk
53+
npm install
54+
npm run build
55+
cd -
5656
- name: Test building examples (ESM)
5757
run: |
5858
cd examples/echo-bot-ts-esm

examples/echo-bot-ts-cjs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/echo-bot-ts-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/express": "^4.17.17",
1818
"@types/node": "^20.6.3",
1919
"rimraf": "^5.0.1",
20-
"typescript": "^5.2.2"
20+
"typescript": "^5.4.3"
2121
}
2222
}

0 commit comments

Comments
 (0)