Skip to content

Commit 14dbf54

Browse files
KwanKwan
authored andcommitted
Added legacy dep to yaml file
1 parent 99b8739 commit 14dbf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: "https://registry.npmjs.org"
1717

1818
- name: install npm packages
19-
run: npm install
19+
run: npm install --legacy-peer-deps
2020

2121
- name: publish npm package
2222
run: npm publish

0 commit comments

Comments
 (0)