Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Github actions to use Node 16 (#561)
Node 12 will reach EOL at the end of April. Many Github actions have recently updated to use Node 16 (the Active LTS) and moved off of 12. Updated `actions/checkout`, `actions/setup-node` and `actions/cache` in ci.yml to their most recent versions which are ran/built against Node 16. Also, chnged the node-version used in Github actions to 16. The dev container appears to already be set up to use Ndoe 16.
- Loading branch information