Skip to content

Commit

Permalink
chore: node v20 (#1648)
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 21, 2024
1 parent f5ee230 commit f020c1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
Expand Down
2 changes: 1 addition & 1 deletion apps/core/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker-compose up -d

需要以下环境:

- Node.js 18+
- Node.js 20+
- MongoDB
- Redis

Expand Down

0 comments on commit f020c1f

Please sign in to comment.