Skip to content

Commit b092065

Browse files
committed
Drop support for Node.js 12.x
1 parent 0ce0c70 commit b092065

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .codesandbox/ci.json

+1-1
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
}

Diff for: .github/workflows/validate.yml

+1-1
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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Kent C. Dodds <[email protected]> (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)