Skip to content

Commit a6ba54c

Browse files
committed
Fix Windows issue importing ts-strip.js
1 parent db7c007 commit a6ba54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
if: matrix.node-version == '20.x'
4848
run: npm run node:test
4949
env:
50-
NODE_OPTIONS: --import=${{ github.workspace }}/implementors/node/ts-strip.js
50+
# Using file scheme prefix when to enable imports on Windows
51+
NODE_OPTIONS: --import=file://${{ github.workspace }}/implementors/node/ts-strip.js

0 commit comments

Comments
 (0)