Skip to content

Commit 237aa32

Browse files
committed
Fix CI
1 parent 0c430d0 commit 237aa32

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
- uses: actions/setup-node@v4
7575
with:
7676
node-version: 18
77-
cache: 'npm' # Cache dependencies
7877

7978
- name: Install dependencies
8079
working-directory: packages/sharing-smart-contract

.github/workflows/sharing-smart-contracts-reusable.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ inputs.node-version }}
26-
# cache: 'npm' # Cache dependencies
2726

2827
- name: Install Dependencies
2928
working-directory: packages/sharing-smart-contract
30-
run: |
31-
node -v
32-
npm -v
33-
npm ci
29+
run: npm ci
3430

3531
- name: Install Foundry
3632
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)