Skip to content

Commit

Permalink
Update Node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 26, 2024
1 parent 8ef3b77 commit c9b0c08
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
node-version: [20]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
node-version: [20]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- name: Techor Actions
uses: 1aron/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
node-version: [20]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
node-version: [20]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/1aron/techor/issues"
},
"engines": {
"node": "^18.16.1"
"node": "^20.11.0"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"@techor/pack": "workspace:^",
"@techor/version": "workspace:^",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.9",
"@types/node": "^20.11.0",
"commitlint-config-techor": "workspace:^",
"conventional-changelog-techor": "workspace:^",
"eslint-config-techor": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: actions/checkout@v3
with:
Expand Down
9 changes: 7 additions & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,20 @@
"release.config.js"
],
"peerDependencies": {
"@semantic-release/commit-analyzer": "^10",
"@semantic-release/exec": "^6.0.3",
"semantic-release": "^22.0.12"
"semantic-release": "^23"
},
"dependencies": {
"@techor/extend": "workspace:^",
"@techor/npm": "workspace:^",
"@techor/fs": "workspace:^",
"@techor/log": "workspace:^",
"@techor/npm": "workspace:^",
"conventional-changelog-techor": "workspace:^",
"techor-conventional-commits": "workspace:^"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^10.0.4",
"semantic-release": "^23.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/techor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit c9b0c08

Please sign in to comment.