Skip to content

Commit

Permalink
fix(deps): update semantic-release monorepo (major) (#132)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node v15 is no longer defined as supported. this should be low impact since v15 was not an LTS version and has been EOL for months.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Matt Travi <programmer@travi.org>
  • Loading branch information
3 people committed Jan 19, 2022
1 parent 668494d commit 7a4448a
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 491 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
node-version:
- '14.17'
- 16
- 16.0.0
- 17
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a4448a

Please sign in to comment.