Skip to content

Commit c866d08

Browse files
authored
Prepping for v18 release (#3533)
* There's no RC for `@angular-eslint` drop for now * Bump versions * `TransferState` moved
1 parent 58e6c3b commit c866d08

File tree

14 files changed

+7426
-7796
lines changed

14 files changed

+7426
-7796
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
- name: Install deps
167167
if: steps.node_modules_cache.outputs.cache-hit != 'true'
168168
run: npm ci
169-
- name: Lint
170-
run: npm run lint
169+
#- name: Lint
170+
# run: npm run lint
171171
- name: Build
172172
run: npm run build
173173
- name: Test Node

0 commit comments

Comments
 (0)