woocommerce / woocommerce-google-analytics-integration

WordPress plugin: Provides the integration between WooCommerce and Google Analytics.
http://wordpress.org/plugins/woocommerce-google-analytics-integration/
170 stars 69 forks source link

Upgrade to use Node.js 20 and bump npm dependencies #445

Closed eason9487 closed 2 months ago

eason9487 commented 2 months ago

Changes proposed in this Pull Request:

The end-of-life for Node.js v18 is April 30, 2025, which is still about 10 months away, but there should be no harm in aligning with the same version used in WooCommerce core early!

This PR:

Checks:

Detailed test instructions:

  1. Set Node.js to v20
  2. Run npm install to see if it can finish without errors
  3. Check if the following scripts work well
    • npm start
    • npm run dev
    • npm run build
    • npm run lint:js
  4. Inspect the E2E test result on GitHub Actions or run it locally to see if all tests can pass

Changelog entry