We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84b841 commit 3401431Copy full SHA for 3401431
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: npm ci
55
- name: Target older ts version for nodejs 12
56
if: matrix.node-version == '12.x'
57
- run: echo "TS_NODE_COMPILER_OPTIONS='{\"target":"es2019\"}'" >> $GITHUB_ENV
+ run: echo "TS_NODE_COMPILER_OPTIONS={\"target":"es2019\"}'" >> $GITHUB_ENV
58
- run: npm test
59
# Currently broken
60
#- run: npm run node-coveralls
0 commit comments