File tree 1 file changed +0
-25
lines changed
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -139,31 +139,6 @@ jobs:
139
139
run : pnpm run test
140
140
working-directory : ${{ env.project_root_path }}
141
141
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
-
167
142
update-resources :
168
143
runs-on : ubuntu-latest
169
144
steps :
You can’t perform that action at this time.
0 commit comments