Skip to content

Commit 584a049

Browse files
committed
ci: no package-lock on CI
1 parent 1dc4c5f commit 584a049

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
# - name: Environement Setup
19-
# run: |
20-
# gem install xcodeproj
21-
# gem install cocoapods
2218

2319
- name: Setup
24-
run: npm run setup
20+
run: npm i --ignore-scripts --legacy-peer-deps --no-package-lock
2521

2622
- name: Generate Version
2723
run: |

0 commit comments

Comments
 (0)