You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub is no longer going to support running actions on Node 16 and requires upgrading to Node 20 (see blog). This PR addresses that with updates to:
* action runtime
* workflows
* node types
Tests passed when run locally. Closes#65.
Add @types/node to devDependencies to ensure we get the proper version and bump @vercel/ncc to the latest, and update package-lock using `npm install` which also prepares the package.
I'm seeing warnings like:
For example here: https://github.com/google/pywrapcc/actions/runs/7663060547
Is this already on your radar? The jobs finish fine, but the many warnings are easily distracting.
The corresponding GHA yml:
https://github.com/google/pywrapcc/blob/82d782474e8e43359dc95c282f1fa9b4ac2bb1bb/.github/workflows/ci.yml
The text was updated successfully, but these errors were encountered: