Skip to content

Commit 4f59de7

Browse files
committed
Update update-cache.yml
1 parent 0b7d8b4 commit 4f59de7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-cache.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
25-
cache: 'npm'
2625

2726
- name: Install dependencies
28-
run: npm ci
27+
run: npm install
2928

3029
- name: Create data directory
3130
run: mkdir -p data

0 commit comments

Comments
 (0)