Skip to content

Commit

Permalink
ci: ts-node 不支援 typescript@4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Feb 18, 2022
1 parent 3ff1edf commit 24a668e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: install deps
run: |
yarn install --frozen-lockfile
yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool
yarn add -W typescript@4.6.1-rc jest ts-jest ts-node ynpx lerna yarn-tool
- name: run ci:build
if: success()
# env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install deps
run: |
yarn install --frozen-lockfile
yarn add -W typescript@next jest ts-jest ts-node ynpx lerna
yarn add -W typescript@4.6.1-rc jest ts-jest ts-node ynpx lerna
- name: run script
if: success()
# env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"postbuild": "yarn run test",
"ci:test": "yarn run test",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@4.6.1-rc jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "yarn run plugin:build && yarn run build:commit",
"ci:postpublish": "ts-node scripts/ci-postpublish.ts && yarn run postpublish:git:tag && echo ci:postpublish",
"_ci:postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag & echo ci:postpublish",
Expand Down

0 comments on commit 24a668e

Please sign in to comment.