Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Oct 22, 2023
1 parent 9fe180c commit 37e121f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version:
- 18
- 20
- 21
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ available:
```yaml
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 21]
```
- **Engines**
This will update the `engines` field in your `package.json` file. It will use
Expand All @@ -95,9 +95,9 @@ available:
| tag | output example |
| ---------------- | -------------- |
| `$1`, `$2`, etc. | Match group |
| `${versions}` | `18, 20` |
| `${versions}` | `18, 21` |
| `${minVersion}` | `18` |
| `${maxVersion}` | `20` |
| `${maxVersion}` | `21` |

> **Note**: You can specify a list of glob patterns by specifying each pattern
> on a new line. If you also provide a list regexes and templates, each glob
Expand Down Expand Up @@ -137,4 +137,4 @@ All inputs are optional. Example:

| name | description |
| ---------- | -------------------------------------------------------------------------------- |
| `versions` | The Node versions to update to as stringified JSON array (e.g. `"[18, 20]"`) |
| `versions` | The Node versions to update to as stringified JSON array (e.g. `"[18, 21]"`) |

0 comments on commit 37e121f

Please sign in to comment.