Skip to content

Commit

Permalink
test: with --input-type=module
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin Montes committed Aug 14, 2023
1 parent f542a46 commit b3582bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"scripts": {
"test": "ts-node --files src/checker.ts",
"build": "yarn run types && ncc -m -o ./lib build src/index.ts --target es2015 --license licenses.txt",
"build": "yarn run types && ncc -m -o ./lib build src/index.ts --target es --license licenses.txt",
"types": "tsc"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-docs-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
node-version: 18
- name: "Run link checker"
run: node ./.github/actions/validate-docs-links/lib
run: node ./.github/actions/validate-docs-links/lib --input-type=module
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3582bf

Please sign in to comment.