Skip to content

Commit 33488c3

Browse files
Update test.yml
1 parent 6e74d8a commit 33488c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
36+
cache: 'npm'
37+
- name: Install dependencies
38+
run: npm i --ignore-scripts
3639
- name: Lint
3740
run: npm run lint
3841

@@ -49,6 +52,7 @@ jobs:
4952
uses: actions/setup-node@v2
5053
with:
5154
node-version: ${{ matrix.node-version }}
55+
cache: 'npm'
5256
- name: Bootstrap
5357
run: npm run bootstrap
5458
- name: Unit Tests (Jest)

0 commit comments

Comments
 (0)