Skip to content

Commit dd744d1

Browse files
committed
Drop Node.js 14.17 again
1 parent 2553299 commit dd744d1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.changeset/weak-numbers-bow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'react-docgen': major
33
---
44

5-
Changed the minimum Node.js version to 14.17.0
5+
Changed the minimum Node.js version to 14.18.0

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tests:
1717
strategy:
1818
matrix:
19-
node: ['14.17.0', '16', '18']
19+
node: ['14.18.0', '16', '18']
2020
os: ['ubuntu']
2121
include:
2222
- os: macos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"engines": {
4-
"node": ">=14.17.0",
4+
"node": ">=14.18.0",
55
"pnpm": ">=7.30.3"
66
},
77
"scripts": {

packages/react-docgen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist"
1212
],
1313
"engines": {
14-
"node": ">=14.17.0"
14+
"node": ">=14.18.0"
1515
},
1616
"scripts": {
1717
"build": "rimraf dist/ && tsc",

packages/react-docgen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
at runtime (like a watch command) then the caches will need to be cleared on
163163
every file change.
164164

165-
- 96d6e9e: Changed the minimum Node.js version to 14.17.0
165+
- 96d6e9e: Changed the minimum Node.js version to 14.18.0
166166

167167
### Minor Changes
168168

packages/react-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dist"
1515
],
1616
"engines": {
17-
"node": ">=14.17.0"
17+
"node": ">=14.18.0"
1818
},
1919
"main": "dist/main.js",
2020
"typings": "dist/main.d.ts",

packages/website/src/pages/docs/release-notes/react-docgen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
at runtime (like a watch command) then the caches will need to be cleared on
163163
every file change.
164164

165-
- 96d6e9e: Changed the minimum Node.js version to 14.17.0
165+
- 96d6e9e: Changed the minimum Node.js version to 14.18.0
166166

167167
### Minor Changes
168168

0 commit comments

Comments
 (0)