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 42dad78

Browse files
authored
feat: Drop support for node 10 (#930)
BREAKING CHANGE: node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
1 parent c1878a9 commit 42dad78

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎.codesandbox/ci.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"]
2+
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
3+
"node": "12"
34
}

‎.github/workflows/validate.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1818
strategy:
1919
matrix:
20-
node: [10.13, 12, 14, 16]
20+
node: [12, 14, 16]
2121
react: [latest, next, experimental]
2222
runs-on: ubuntu-latest
2323
steps:

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "types/index.d.ts",
77
"module": "dist/@testing-library/react.esm.js",
88
"engines": {
9-
"node": ">=10"
9+
"node": ">=12"
1010
},
1111
"scripts": {
1212
"prebuild": "rimraf dist",

0 commit comments

Comments
(0)

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