PR #69 failed to build a release when upgrading to using Node 16 because of a conflict in versions:
Run npx semantic-release
npx: installed 523 in 18.313s
[semantic-release]: node version >=16 || ^14.17 is required. Found v12.22.12.
See https://github.com/semantic-release/semantic-release/blob/master/docs/support/node-version.md for more details and solutions.
Purpose
PR #69 failed to build a release when upgrading to using Node 16 because of a conflict in versions:
Important Changes
This updates the CI workflow to use node 16.