Skip to content

Commit

Permalink
fix(ci): use npx to run tsc 4.4.4 in api-eol-node-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Mar 24, 2023
1 parent ca700c4 commit 5d128e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
npm install --ignore-scripts
npm install @types/mocha@^7 mocha@^7 ts-loader@^8 ts-mocha@^8
node ../scripts/version-update.js
tsc --build tsconfig.json tsconfig.esm.json
npx tsc --build tsconfig.json tsconfig.esm.json
- name: Test
working-directory: ./api
Expand Down

0 comments on commit 5d128e6

Please sign in to comment.