mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -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
|
||||
with:
|
||||
path: node_modules
|
||||
key: node_modules
|
||||
key: ${{ runner.os }}-node_modules
|
||||
restore-keys: ${{ runner.os }}-node_modules
|
||||
- name: npm install
|
||||
run: npm ci --force
|
||||
- name: config
|
||||
|
||||
Reference in New Issue
Block a user