File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 run : npm install
7979 working-directory : test-published-types
8080
81- - name : install eslint-plugin-react and typescript version ${{ matrix.ts_version }}
82- run : npm install --no-save "$ESLINT_PLUGIN_REACT_PATH" typescript@${{ matrix.ts_version }}
83- working-directory : test-published-types
84-
8581 - name : select eslint for published types
8682 run : |
8783 if [ "${{ matrix.eslint_version }}" = "10" ]; then
9187 fi
9288 working-directory : test-published-types
9389
90+ - name : install eslint-plugin-react and typescript version ${{ matrix.ts_version }}
91+ run : npm install --no-save "$ESLINT_PLUGIN_REACT_PATH" typescript@${{ matrix.ts_version }}
92+ working-directory : test-published-types
93+
9494 - name : show installed typescript version
9595 run : npm list typescript --depth=0
9696 working-directory : test-published-types
You can’t perform that action at this time.
0 commit comments