Skip to content

Commit 0b2ce8f

Browse files
authored
feat!: update node.js versions (#20)
Automated changes by [update-node-versions](https://github.com/hongaar/pdate-node-versions) GitHub action BREAKING CHANGE: This updates the supported node.js versions
1 parent 9fe180c commit 0b2ce8f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version:
1515
- 18
1616
- 20
17+
- 21
1718
steps:
1819
- uses: actions/checkout@v3
1920
- uses: actions/setup-node@v3

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ available:
7474
```yaml
7575
strategy:
7676
matrix:
77-
node-version: [18, 20]
77+
node-version: [18, 20, 21]
7878
```
7979
- **Engines**
8080
This will update the `engines` field in your `package.json` file. It will use
@@ -95,9 +95,9 @@ available:
9595
| tag | output example |
9696
| ---------------- | -------------- |
9797
| `$1`, `$2`, etc. | Match group |
98-
| `${versions}` | `18, 20` |
98+
| `${versions}` | `18, 20, 21` |
9999
| `${minVersion}` | `18` |
100-
| `${maxVersion}` | `20` |
100+
| `${maxVersion}` | `21` |
101101

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

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

0 commit comments

Comments
 (0)