Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nodejs.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 9a961c1..4e14771 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -13,11 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v1
+ - uses: c-hive/gha-npm-cache@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- - name: npm install, build
- run: |
- npm ci
- npm run build
+ - name: npm install
+ run: npm ci
+ - name: npm build
+ run: npm run build