voxmedia / github-action-slack-notify-build

Report GitHub Actions build status on Slack
Other
252 stars 131 forks source link

Bump to node 16 #79

Closed ebinmore closed 1 year ago

ebinmore commented 1 year ago

Purpose

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.

Important Changes

This updates the CI workflow to use node 16.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: