Skip to content

Commit

Permalink
Temp workaround fix for critical 'util.isRegExp is not a function' is…
Browse files Browse the repository at this point in the history
…sue: #306
  • Loading branch information
75lb committed Oct 19, 2024
1 parent 825707e commit 7fb1354
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12, 14, 16, 18, 20, 22]
node-version: [12, 14, 16, 18, 20, 22, 23]

steps:
- uses: actions/checkout@v4
Expand Down
100 changes: 50 additions & 50 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 @@ -40,7 +40,7 @@
"command-line-usage": "^7.0.3",
"config-master": "^3.1.0",
"dmd": "^7.0.7",
"jsdoc-api": "^9.3.1",
"jsdoc-api": "^9.3.2",
"jsdoc-parse": "^6.2.4",
"walk-back": "^5.1.1"
},
Expand Down

0 comments on commit 7fb1354

Please sign in to comment.