Skip to content

Commit 245acd7

Browse files
committed
Use experimental node run
1 parent f807786 commit 245acd7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ runs:
6464
run: |
6565
cd $GITHUB_ACTION_PATH
6666
npm install
67-
npx tsc
68-
ls
69-
ls dist
70-
node dist/index.js
67+
node --experimental-strip-types src/index.ts
7168
shell: bash
7269
env:
7370
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}

0 commit comments

Comments
 (0)