Skip to content

Commit 0e66236

Browse files
committed
will the build scripts be figured out, will there be another commit?
1 parent 3401431 commit 0e66236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: npm ci
5555
- name: Target older ts version for nodejs 12
5656
if: matrix.node-version == '12.x'
57-
run: echo "TS_NODE_COMPILER_OPTIONS={\"target":"es2019\"}'" >> $GITHUB_ENV
57+
run: echo "TS_NODE_COMPILER_OPTIONS={\"target\":\"es2019\"}" >> $GITHUB_ENV
5858
- run: npm test
5959
# Currently broken
6060
#- run: npm run node-coveralls

0 commit comments

Comments
 (0)