1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(ci): cache dependencies

This commit is contained in:
Krishna Acondy
2021-09-13 09:08:38 +01:00
parent f6fa20af1c
commit 1b15938477

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
- name: Check Code Style - name: Check Code Style