Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update GitHub actions to use Node.js v20
Update actions/checkout and actions/setup-node to the latest versions, using Node.js v20. This change removes the multiple warnings from the GitHub run view: > The following actions uses node12 which is deprecated and will be forced > to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: > https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ In addition, remove `registry-url` parameter from the second `setup-node`, because it equals the default value.
- Loading branch information