Skip to content

Commit 25a8cae

Browse files
authored
Move tools into implementors/node (#19)
1 parent 3d417fc commit 25a8cae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ jobs:
3737
run: npm run node:test
3838
- name: npm test with amaro
3939
if: matrix.node-version == '20.x'
40-
run: NODE_OPTIONS="--import=./tools/strip.js" npm run node:test
40+
run: npm run node:test
41+
env:
42+
NODE_OPTIONS: --import=${{ github.workspace }}/implementors/node/ts-strip.js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { register } from 'node:module';
22
import 'amaro/strip';
33

4-
register('./loader.js', import.meta.url);
4+
register('./ts-loader.js', import.meta.url);

0 commit comments

Comments
 (0)