Skip to content

Commit

Permalink
feat: switch to semantic-release v20 (#49)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this package now requires node 18.
  • Loading branch information
tusbar authored Jan 9, 2023
1 parent c9aa1f1 commit ab41a5c
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"eslint-config-xo-bizon": "^1.1.1",
"semantic-release": "^19.0.3",
"semantic-release": "^20.0.2",
"xo": "^0.53.1"
},
"xo": {
Expand Down
Loading

0 comments on commit ab41a5c

Please sign in to comment.