Skip to content

Commit fcf2e9b

Browse files
Update release.yml
1 parent bf25d8a commit fcf2e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: '16'
1515
- name: Install dependencies
16-
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
16+
run: npm install --legacy-peer-deps
1717
- name: Prettier check
1818
run: npm run check:prettier
1919
- name: Check linting

0 commit comments

Comments
 (0)