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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-02-26 20:58:50 +0300
committerRobin Appelman <robin@icewind.nl>2021-02-26 20:58:50 +0300
commitdd7faa492c93eb8617252e6df00f1e2fefc41f7b (patch)
treeb4ec471b519041beafe7ddb1d5fdde1a34c8e528
parentfb133451616942ffc35c6347a4dbfc276d2018ef (diff)
cache civ2.3.2
-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