Skip to content

Commit 3401431

Browse files
committed
and another attempt at passing env vars correctly
1 parent b84b841 commit 3401431

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)