fix #1016 Update support Node.js v22

This commit is contained in:
reowl666 2024-04-25 14:27:44 +09:00
parent c2ac33f2c6
commit 3ad332857b
4 changed files with 5 additions and 5 deletions

View file

@ -103,8 +103,8 @@ The `node-version` input supports the Semantic Versioning Specification, for mor
Examples:
- Major versions: `18`, `20`
- More specific versions: `10.15`, `16.15.1` , `18.4.0`
- Major versions: `18`, `20`, `22`
- More specific versions: `10.15`, `16.15.1` , `18.4.0`, `22.0.0`
- NVM LTS syntax: `lts/erbium`, `lts/fermium`, `lts/*`, `lts/-n`
- Latest release: `*` or `latest`/`current`/`node`