fecgov / fec-eregs

The Federal Election Commission's web-based application that makes regulations easier to find, read and understand.
https://www.fec.gov/regulations/
Other
33 stars 13 forks source link

743-Upgrade node 18.13.0 #748

Closed cnlucas closed 1 year ago

cnlucas commented 1 year ago

Summary (required)

Switches us over from node-sass to sass (which is dart sass) and upgrades us to node 18.13.0 (which was LTS and is the current CMS version)

Required reviewers

2 devs

Impacted areas of the application

General components of the application that this PR will affect:

Related PRs

https://github.com/fecgov/regulations-site/pull/8

How to test

Parser writes 45 regulations to the local eregs. It will take ~10-20ish minutes to finish parsing 45 regulations

For more detailed instructions follow the wiki on how to setup/parse regulations on local environment

NOTE: This will not pass it's circle build until reg site PR is merged.