File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ jobs:
60
60
run : npm install
61
61
working-directory : test-published-types
62
62
63
- - name : install packed lib
64
- run : npm install --no-save "$ESLINT_PLUGIN_REACT_PATH"
65
- working-directory : test-published-types
66
-
67
- - name : install typescript version ${{ matrix.ts_version }}
68
- run : npm install --no-save typescript@${{ matrix.ts_version }}
63
+ - name : install eslint-plugin-react and typescript version ${{ matrix.ts_version }}
64
+ run : npm install --no-save "$ESLINT_PLUGIN_REACT_PATH" typescript@${{ matrix.ts_version }}
69
65
working-directory : test-published-types
70
66
71
67
- name : show installed typescript version
72
68
run : npm list typescript --depth=0
73
69
working-directory : test-published-types
74
70
71
+ - name : show installed eslint-plugin-react version
72
+ run : npm list eslint-plugin-react --depth=0
73
+ working-directory : test-published-types
74
+
75
75
- name : check types with lib "${{ matrix.ts_lib }}"
76
76
run : npx tsc --lib ${{ matrix.ts_lib }}
77
77
working-directory : test-published-types
You can’t perform that action at this time.
0 commit comments