Commit 0b2ce8f 1 parent 9fe180c commit 0b2ce8f Copy full SHA for 0b2ce8f
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
node-version :
15
15
- 18
16
16
- 20
17
+ - 21
17
18
steps :
18
19
- uses : actions/checkout@v3
19
20
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ available:
74
74
` ` ` yaml
75
75
strategy:
76
76
matrix:
77
- node-version: [18, 20]
77
+ node-version: [18, 20, 21 ]
78
78
` ` `
79
79
- **Engines**
80
80
This will update the `engines` field in your `package.json` file. It will use
@@ -95,9 +95,9 @@ available:
95
95
| tag | output example |
96
96
| ---------------- | -------------- |
97
97
| `$1`, `$2`, etc. | Match group |
98
- | `${versions}` | `18, 20` |
98
+ | `${versions}` | `18, 20, 21 ` |
99
99
| `${minVersion}` | `18` |
100
- | `${maxVersion}` | `20 ` |
100
+ | `${maxVersion}` | `21 ` |
101
101
102
102
> **Note**: You can specify a list of glob patterns by specifying each pattern
103
103
> on a new line. If you also provide a list regexes and templates, each glob
@@ -137,4 +137,4 @@ All inputs are optional. Example:
137
137
138
138
| name | description |
139
139
| ---------- | -------------------------------------------------------------------------------- |
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 ]"`) |
You can’t perform that action at this time.
0 commit comments