Skip to content

Commit e4f914b

Browse files
authored
Merge pull request #139 from coykwan/legacy-deps
Added legacy dep to yaml file
2 parents 59d8565 + 14dbf54 commit e4f914b

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)