Skip to content

Commit 8face51

Browse files
DawidDawid
authored andcommitted
chore(deps): update dependency jsdoc to v3.6.11
1 parent 40d437f commit 8face51

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,29 @@ name: CI Build
55

66
on:
77
pull_request:
8-
branches: [ main ]
8+
branches: [main]
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
14-
1513
strategy:
1614
matrix:
17-
node-version: [12.x, 14.x, 16.x]
15+
node-version: [17.x]
1816
include:
19-
- node-version: 14.x
17+
- node-version: 17.x
2018
reportCoverage: true
2119

2220
steps:
23-
- uses: actions/checkout@v3
24-
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
26-
with:
27-
node-version: ${{ matrix.node-version }}
28-
- run: npm version
29-
- run: npm install
30-
- run: npm run generate-docs
31-
- run: npm test
32-
- run: npm run semantic-release-dry-run
33-
- name: Codecov
34-
uses: codecov/codecov-action@v2.1.0
35-
if: matrix.reportCoverage
21+
- uses: actions/checkout@v3
22+
- name: Use Node.js ${{ matrix.node-version }}
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: ${{ matrix.node-version }}
26+
- run: npm version
27+
- run: npm install
28+
- run: npm run generate-docs
29+
- run: npm test
30+
- run: npm run semantic-release-dry-run
31+
- name: Codecov
32+
uses: codecov/codecov-action@v2.1.0
33+
if: matrix.reportCoverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jest-junit": "13.0.0",
6666
"js-yaml": "4.1.0",
6767
"jscpd": "3.4.5",
68-
"jsdoc": "3.6.10",
68+
"jsdoc": "3.6.11",
6969
"jsdoc-to-markdown": "7.1.1",
7070
"lodash.sortby": "4.7.0",
7171
"pinst": "3.0.0",

0 commit comments

Comments
 (0)