Closed rmunn closed 7 months ago
362 tests 362 :white_check_mark: 12s :stopwatch: 37 suites 0 :zzz: 1 files 0 :x:
Results for commit 484b3a52.
Actually, Node 16 went EOL in Sept 2023.
Superseded by https://github.com/sillsdev/web-languageforge/pull/1797
Fixes #1792
Description
Node 22 just came out, so we want to upgrade off of Node 16 which is going end-of-life today (end of April 2024). As a first step, we'll move to Node 18/.
This requires upgrading webpack, as webpack 5.27.1 used a feature of older Node versions that is deprecated in Node 18 and above. No other NPM package upgrades have been required yet; once we're running a modern version of Node, I'll upgrade more NPM packages.
Screenshots
N/A
Checklist
Testing
make
, make sure site still loads. That's about it.