Skip to content

Commit 2cb10a3

Browse files
committed
Fix CI: use newer Rust, use npm install instead of npm ci
1 parent 33a2d83 commit 2cb10a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache-dependency-path: backend/package-lock.json
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929
working-directory: backend
3030

3131
- name: Run ESLint
@@ -58,7 +58,7 @@ jobs:
5858
cache-dependency-path: frontend/package-lock.json
5959

6060
- name: Install dependencies
61-
run: npm ci
61+
run: npm install
6262
working-directory: frontend
6363

6464
- name: Run ESLint
@@ -76,7 +76,7 @@ jobs:
7676
contracts:
7777
name: Smart Contracts (Rust)
7878
runs-on: ubuntu-latest
79-
container: rust:1.75
79+
container: rust:1.85
8080
steps:
8181
- name: Checkout code
8282
uses: actions/checkout@v4

0 commit comments

Comments
 (0)