Deprecate `node18` and re-enable audit workflow
Author: petertonysmith94Created Jan 2, 2025Updated Jun 2, 2025
Labelschore
Summary
We added a workflow in #3449 to audit our dependencies on release. However, it is currently disabled. After attempting to resolve the issue with a pnpm audit --fix, we ran into problems with the new dependencies that do not support Node 18.
- Deprecate support for Node18.
- Override/fix appropriate dependencies with a
pnpm audit --fix - Enable the workflow to audit our packages on release (ref).
- Un-ignore the dependabot updates below and perform the upgrades
Ignored dependabot updates
[email protected]requires[email protected], which only supports node20 || >=22(ignored here)[email protected]only supports node [20 || >=22].
Source: FuelLabs/fuels-ts