mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
add
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -41,7 +41,8 @@ jobs:
|
|||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: node_modules
|
key: ${{ runner.os }}-node_modules
|
||||||
|
restore-keys: ${{ runner.os }}-node_modules
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm ci --force
|
run: npm ci --force
|
||||||
- name: config
|
- name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user