Skip to content

Commit c15a039

Browse files
committed
Ускоряет деплой
1 parent 684a2d8 commit c15a039

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515

16+
- name: Cache node modules
17+
uses: actions/cache@v3
18+
with:
19+
path: ~/.npm
20+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21+
restore-keys: |
22+
${{ runner.os }}-node-
23+
1624
- name: Install Node.js
1725
uses: actions/setup-node@v3
1826
with:

0 commit comments

Comments
 (0)