woocommerce / grow

7 stars 7 forks source link

Upgrade JS package `generator-grow` to use Node.js v20 #111

Closed eason9487 closed 4 months ago

eason9487 commented 4 months ago

Changes proposed in this Pull Request:

Part of #108

This PR:

Detailed test instructions:

  1. Use Node.js >= 20.5.0
  2. cd packages/js/generator-grow
  3. npm install
  4. npm test to see if tests can pass
  5. npm install -g yo
  6. npm link
  7. Find a temporary empty directory
  8. npm init
  9. yo grow or yo grow:github to see if it can add boilerplate
  10. Repeat the test with Node.js matches ^18.17.0