Skip to content

Commit

Permalink
build: upgrade semantic-release to new major version; require node 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
Maurice Reichelt committed Feb 15, 2023
1 parent a268e8b commit 12f2d0c
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down

0 comments on commit 12f2d0c

Please sign in to comment.