Skip to content

Commit 034d854

Browse files
committed
workflow
1 parent 968668c commit 034d854

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/cache@v4
5454
with:
5555
path: ~/.npm
56-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
56+
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
5757
restore-keys: |
5858
${{ runner.os }}-node-
5959
@@ -63,7 +63,7 @@ jobs:
6363
sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
6464
6565
- name: Install Node.js dependencies
66-
run: npm ci
66+
run: npm install
6767

6868
- name: Cache Rust dependencies
6969
uses: actions/cache@v4

0 commit comments

Comments
 (0)