Skip to content

Commit 4409a2f

Browse files
committed
Add TS 4.6 to the typetest matrix
1 parent e584ec3 commit 4409a2f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/test.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node: ['14.x']
43-
ts: ['4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
43+
ts: ['4.0', '4.1', '4.2', '4.3', '4.4', '4.5', '4.6', 'next']
4444
steps:
4545
- name: Checkout repo
4646
uses: actions/checkout@v2
@@ -57,24 +57,6 @@ jobs:
5757
- name: Install TypeScript ${{ matrix.ts }}
5858
run: yarn add typescript@${{ matrix.ts }}
5959

60-
# - uses: actions/download-artifact@v2
61-
# with:
62-
# name: package
63-
# path: packages/toolkit
64-
65-
# - name: Install build artifact
66-
# run: yarn add ./package.tgz
67-
68-
# - run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.base.json ./jest.config.js ./src/tests/*.* ./src/query/tests/*.*
69-
70-
# - name: "@ts-ignore stuff that didn't exist pre-4.1 in the tests"
71-
# if: ${{ matrix.ts < 4.1 }}
72-
# run: sed -i -e 's/@pre41-ts-ignore/@ts-ignore/' -e '/pre41-remove-start/,/pre41-remove-end/d' ./src/tests/*.* ./src/query/tests/*.ts*
73-
74-
# - name: 'disable strictOptionalProperties'
75-
# if: ${{ matrix.ts == 'next' }}
76-
# run: sed -i -e 's|//\(.*strictOptionalProperties.*\)$|\1|' tsconfig.base.json
77-
7860
- name: Test types
7961
run: |
8062
yarn tsc --version

0 commit comments

Comments
 (0)