Skip to content

Commit be6c1e2

Browse files
committed
test: fix deps install in workflow
1 parent 1c0efc4 commit be6c1e2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- uses: actions/cache@v4
22-
with:
23-
path: ~/.npm
24-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25-
restore-keys: |
26-
${{ runner.os }}-node-
27-
2821
- name: Use Node.js 18
2922
uses: actions/setup-node@v4
3023
with:
3124
node-version: 18
32-
cache: 'npm'
3325

3426
- name: Install dependencies
3527
run: npm install --no-package-lock

0 commit comments

Comments
 (0)