woocommerce / grow

7 stars 7 forks source link

Upgrade JS packages `jsdoc` and `tracking-jsdoc` to use Node.js v20 #110

Closed eason9487 closed 4 months ago

eason9487 commented 4 months ago

Changes proposed in this Pull Request:

Part of #108

This PR:

💡 The <repo_directory>/.nvmrc will be updated in a separate PR.

Detailed test instructions:

  1. Use Node.js v20
  2. cd packages/js/jsdoc
  3. npm install
  4. npm run dev:doc:tracking
  5. Check if the generated content in <repo_directory>/samples/jsdoc/TRACKING.md is the same
  6. Repeat the test with Node.js v16