Skip to content

Commit ec761ad

Browse files
committed
GH fix
1 parent 744b087 commit ec761ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: '20'
29-
cache: 'npm'
3029

3130
- name: Install dependencies
32-
run: npm ci
31+
run: npm install
3332

3433
- name: Build with Next.js
3534
run: npm run build

0 commit comments

Comments
 (0)