Skip to content

Commit

Permalink
Merge pull request #110 from woocommerce/update/108-nodejs-v20-jsdoc
Browse files Browse the repository at this point in the history
Upgrade JS packages `jsdoc` and `tracking-jsdoc` to use Node.js v20
  • Loading branch information
eason9487 authored Apr 23, 2024
2 parents 4eace98 + 05de223 commit d680842
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 243 deletions.
2 changes: 1 addition & 1 deletion packages/js/jsdoc/bin/jsdoc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* External dependencies
*/
import shell from 'shelljs';
import path from 'path';
import path from 'node:path';

process.env.PATH +=
path.delimiter + path.join( process.cwd(), 'node_modules', '.bin' );
Expand Down
Loading

0 comments on commit d680842

Please sign in to comment.