File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -139,31 +139,6 @@ jobs:
139139 run : pnpm run test
140140 working-directory : ${{ env.project_root_path }}
141141
142- test-for-typescript-eslint-v5 :
143- name : Test for typescript-eslint v5
144- runs-on : ${{ matrix.os }}
145- strategy :
146- matrix :
147- os : [ubuntu-latest]
148- node : [18]
149- steps :
150- - name : Checkout
151- uses : actions/checkout@v4
152- - uses : pnpm/action-setup@v2
153- - name : Setup Node.js ${{ matrix.node }}
154- uses : actions/setup-node@v4
155- with :
156- node-version : ${{ matrix.node }}
157- - name : Install typescript-eslint v5
158- run : |
159- pnpm install -D -w @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
160- rm -rf node_modules
161- - name : Install Packages
162- run : pnpm install
163- - name : Test
164- run : pnpm run test
165- working-directory : ${{ env.project_root_path }}
166-
167142 update-resources :
168143 runs-on : ubuntu-latest
169144 steps :
You can’t perform that action at this time.
0 commit comments