Skip to content

Commit f318304

Browse files
committed
rollback deps
1 parent d20424f commit f318304

File tree

7 files changed

+19238
-27688
lines changed

7 files changed

+19238
-27688
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
1919
- name: install
20-
run: npm ci --omit=optional
20+
run: npm ci
2121
- name: build
2222
run: npm run compile
2323
- name: upload artifacts

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
1919
- name: install
20-
run: npm ci --omit=optional
20+
run: npm ci
2121
- name: upload artifacts
2222
uses: actions/upload-artifact@v4
2323
if: always()

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 20
2525

2626
- name: Install dependencies
27-
run: npm ci --omit=optional
27+
run: npm ci
2828

2929
- name: Compile contracts
3030
run: npm run compile

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
1919
- name: install
20-
run: npm ci --omit=optional
20+
run: npm ci
2121
- name: build
2222
run: npm run compile
2323
- name: lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
1919
- name: install
20-
run: npm ci --omit=optional
20+
run: npm ci

0 commit comments

Comments
 (0)