We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b09df5 commit 5c7f74fCopy full SHA for 5c7f74f
.github/workflows/test.yml
@@ -41,6 +41,7 @@ jobs:
41
- run: npm install
42
working-directory: targets/api-client-javascript
43
- run: |
44
+ echo '{"type": "module"}' > package.json
45
npm link $GITHUB_WORKSPACE/targets/api-client-javascript
46
node index.js
47
working-directory: samples/javascript
0 commit comments