Skip to content

Commit

Permalink
ci: added support for node.js v23
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 7, 2024
1 parent d9f8259 commit 12fc204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- 18.x
- 20.x
- 22.x
- 23.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@

## System Requirements

- Node.js
- Node.js: Any of the following versions
- Hydrogen LTS (`^18.20.4`)
- Iron LTS (`^20.10`)
- `>=22`
- Iron LTS (`^20.10.x`)
- Jod LTS (`^22.x.x`)
- Latest (`>=23.x.x`)

## Install the dependencies

Expand Down

0 comments on commit 12fc204

Please sign in to comment.