Skip to content

Commit 9b91a41

Browse files
committed
Fix yml
1 parent 47eabd9 commit 9b91a41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/minify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: '16'
20-
cache: 'npm'
20+
# Удаляем опцию cache, которая вызывает ошибку
21+
# cache: 'npm'
2122

2223
- name: Install dependencies
23-
run: npm ci
24+
run: npm install
2425

2526
- name: Minify GStime.js
2627
run: npm run build

0 commit comments

Comments
 (0)