Skip to content

Commit

Permalink
Merge pull request #172 from increments/update-from-node-18.12.0-to-1…
Browse files Browse the repository at this point in the history
…8.18.0

Drop support for Node.js <18.18.0
  • Loading branch information
ohakutsu authored Aug 16, 2024
2 parents 7994c13 + 831449d commit c783e6f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
registry-url: "https://registry.npmjs.org"
- name: Set version number to environment variable
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
- run: yarn install
- run: yarn run lint

Expand All @@ -41,9 +41,9 @@ jobs:
strategy:
matrix:
node:
- "18.12.0"
- "18.19.0"
- "20.11.0"
- "18.18.0"
- "18.20.4"
- "20.16.0"
needs:
- check_test_execution_conditions
steps:
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
- run: yarn install
- run: yarn run build
env:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.16.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Qiita の Markdown 記法については[Markdown 記法 チートシート](htt

### 1. 事前準備

Qiita CLI を使うには `Node.js 18.12.0` 以上が必要です。
Qiita CLI を使うには `Node.js 18.18.0` 以上が必要です。
Node.js をはじめて使う場合はインストールする必要があります。

### 2. Qiita CLI をインストールする
Expand Down
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: "20.12.2"
node-version: "20.16.0"
- name: Install qiita-cli
run: npm install -g @qiita/[email protected]
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12.0"
"node": ">=18.18.0"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down

0 comments on commit c783e6f

Please sign in to comment.