Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c37ea2e

Browse files
authored
feat: Drop support for Node.js 12.x (#1207)
BREAKING CHANGE: Minimum supported Node.js version is now 14.x
1 parent 0ce0c70 commit c37ea2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.codesandbox/ci.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"installCommand": "install:csb",
33
"sandboxes": ["github/kentcdodds/react-testing-library-examples"],
4-
"node": "12"
4+
"node": "14"
55
}

‎.github/workflows/validate.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Otherwise we would not know if the problem is tied to the Node.js version
2727
fail-fast: false
2828
matrix:
29-
node: [12, 14, 16]
29+
node: [14, 16, 18]
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: 🛑 Cancel Previous Runs

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
2222
"license": "MIT",
2323
"engines": {
24-
"node": ">=12"
24+
"node": ">=14"
2525
},
2626
"browserslist": [
2727
"and_chr 103",
@@ -40,7 +40,7 @@
4040
"safari 15.5",
4141
"samsung 17.0",
4242
"samsung 16.0",
43-
"node 12.0"
43+
"node 14.0"
4444
],
4545
"scripts": {
4646
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /