Skip to content

Commit

Permalink
Upgrade jsdoc-api to remove fast-glob #300
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 24, 2024
1 parent f51be38 commit 7593113
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12, 14, 16, 18, 20, 22]

steps:
Expand Down
31 changes: 27 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"command-line-tool": "^0.8.0",
"config-master": "^3.1.0",
"dmd": "^6.2.3",
"jsdoc-api": "^8.1.0",
"jsdoc-api": "^8.1.1",
"jsdoc-parse": "^6.2.1",
"walk-back": "^5.1.0"
},
Expand Down

0 comments on commit 7593113

Please sign in to comment.