The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Additional Info
I think we just need to update to use the latest GitHub Actions - and possibly update the package.json to move the lowest Node JS version to at least 20 if not 22.
Bug Report Checklist
main
branch of the repository.Expected
Wouldn't expect a DEPRECATION Warning
Actual
Getting this Deprecation Warning:
Additional Info
I think we just need to update to use the latest GitHub Actions - and possibly update the package.json to move the lowest Node JS version to at least 20 if not 22.