Skip to content

Commit d7dea17

Browse files
Update release.yml
1 parent 84d24a5 commit d7dea17

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
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '16'
1515
registry-url: 'https://registry.npmjs.org'
1616
- name: npm Install
17-
run: npm install
17+
run: npm install --legacy-peer-deps
1818
- name: Install dependencies
1919
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
2020
- name: Prettier check

0 commit comments

Comments
 (0)