uswds / uswds-compile

Simple Gulp 4 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
21 stars 12 forks source link

USWDS-Compile - Dependencies: Use node LTS 20 #74

Closed mejiaj closed 9 months ago

mejiaj commented 10 months ago

Summary

Updating to node LTS 20 & NPM dependencies.

Related issue

Closes #71. Related to uswds/uswds#5010.

Problem statement

Updating to stay up-to-date with latest Node LTS and dependencies. As well as avoiding compatibility issues with CloudGov pages once node 16 is deprecated.

Testing and review

  1. Go to Sandbox branch test-uswds-compile-78-node-update.
  2. Run npm install.
  3. Run tasks listed in gulpfile.js.
  4. All tasks should work as expected.
mejiaj commented 9 months ago

Closing in favor of updated branch. https://github.com/uswds/uswds-compile/issues/71.