Skip to content

Commit

Permalink
feat: Drop support for Node.js 12.x (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 31, 2023
1 parent c43512a commit 07d6872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
@@ -1,5 +1,5 @@
{
"installCommand": "install:csb",
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
"node": "12"
"node": "14"
}
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"types": "types/index.d.ts",
"module": "dist/@testing-library/react.esm.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 07d6872

Please sign in to comment.