mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore: cache dependencies in GitHub Actions runner
This commit is contained in:
parent
1390f24e63
commit
c8b29aadc3
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
- name: Check licensing
|
||||
run: |
|
||||
npm install
|
||||
@ -40,6 +41,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
- name: Lint
|
||||
run: |
|
||||
npm install
|
||||
@ -55,6 +57,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: 'npm'
|
||||
- name: Test
|
||||
run: |
|
||||
npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user