Skip to content

Commit

Permalink
Change to only recommend using Node.js v20 for the development of the…
Browse files Browse the repository at this point in the history
… `github-actions` package.

Address: #123 (comment)
  • Loading branch information
eason9487 committed May 9, 2024
1 parent 9b2bb6b commit c97deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/github-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ All actions involving Node.js are run in v20.

### JavaScript actions

1. Install `node` with version v20 (recommended) or v18 (compatible)
1. Install `node` with version v20
1. Install node modules `npm i`

### PHP actions
Expand Down

0 comments on commit c97deef

Please sign in to comment.