Skip to content

Commit cf43fe8

Browse files
committed
build(release): semantic release ignore engines
1 parent c4170ea commit cf43fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: '10'
3838
- name: install dependencies
39-
run: yarn install --frozen-lockfile
39+
run: yarn install --frozen-lockfile --ignore-engines
4040
- name: release
4141
run: yarn run semantic-release
4242
env:

0 commit comments

Comments
 (0)