Skip to content

Commit

Permalink
Update build-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Mar 17, 2022
1 parent 3bd34b4 commit acb2853
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,17 +251,17 @@ jobs:
run: |
cd test/type
npx -p typescript@${{matrix.ts-version}} tsc
- name: Test test/type/ with --moduleResolution nodenext
if: matrix.ts-version == 'next'
run: |
cd test/type
npx -p typescript@${{matrix.ts-version}} tsc --moduleResolution nodenext
- name: Test test/type/ with --exactOptionalPropertyTypes
if: matrix.ts-version != '3.2' && matrix.ts-version != '3.4' && matrix.ts-version != '3.9'
run: |
cd test/type
sed -i 's/fc-expect-error-require-exactOptionalPropertyTypes/ts-expect-error/g' *.ts
npx -p typescript@${{matrix.ts-version}} tsc --exactOptionalPropertyTypes
- name: Test test/type/ with --moduleResolution nodenext
if: matrix.ts-version == 'next'
run: |
cd test/type
npx -p typescript@${{matrix.ts-version}} tsc --moduleResolution nodenext
test_node_8:
name: 'Test legacy Node'
needs: production_package
Expand Down

0 comments on commit acb2853

Please sign in to comment.