Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pins GitHub actions to Node 16 (#2010)
## Description - Pins GitHub actions that now default to node 18 to node 16 - sets node engine to 16 in `package.json` ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> <!--- use keywords (eg "closes #144" or "fixes #4323") --> All of our jest tests the imported files using `data-forge` were failing to run. Something must break when running on node 18 (the new default) instead of node 16, so for now this PR pins our yaml files to node 16 actions/runner-images#7002 ## Has this been tested? How? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> Tests are passing again ## Types of changes <!--- Leave all that apply: --> - Chore (developer productivity fix that doesn't affect the user)
- Loading branch information