Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 14 #2539

Merged
merged 3 commits into from
Apr 22, 2021
Merged

Node 14 #2539

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
prep-deps:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- run:
Expand All @@ -33,7 +33,7 @@ jobs:
prep-node-deps:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- restore_cache: *restore-node-cache
Expand All @@ -49,7 +49,7 @@ jobs:
lint:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand All @@ -60,7 +60,7 @@ jobs:
<<: *defaults
parallelism: 3
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand All @@ -74,7 +74,7 @@ jobs:
test-deps:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
upload-coverage:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- attach_workspace:
Expand All @@ -117,7 +117,7 @@ jobs:
all-tests-pass:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- run:
name: All Tests Passed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
"fs": "react-native-level-fs"
},
"engines": {
"node": "^10.17.0",
"node": "^14.0.0",
"yarn": "^1.22.0"
},
"rnpm": {
Expand Down