Skip to content

Update Node to version 16 #1246

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

Merged
merged 1 commit into from
May 4, 2022
Merged
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
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/react-forms
docker:
- image: circleci/node:14
- image: circleci/node:16
steps:
- checkout
- run:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
release:
working_directory: ~/react-forms
docker:
- image: circleci/node:14
- image: circleci/node:16
steps:
- attach_workspace:
at: ~/react-forms
Expand All @@ -45,7 +45,7 @@ jobs:
predeploy:
working_directory: ~/react-forms
docker:
- image: circleci/node:14
- image: circleci/node:16
steps:
- attach_workspace:
at: ~/react-forms
Expand All @@ -60,7 +60,7 @@ jobs:
deploy:
working_directory: ~/react-forms
docker:
- image: circleci/node:14
- image: circleci/node:16
steps:
- attach_workspace:
at: ~/react-forms
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna

## Requirements

- **○ NodeJS 14**
- **○ NodeJS 16**

- **○ Unix like OS (MacOS, Linux)**

Expand Down
2 changes: 1 addition & 1 deletion packages/react-renderer-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"directory": "packages/react-renderer-demo"
},
"engines": {
"node": "14"
"node": "16"
},
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna

## Requirements

- **○ NodeJS 14**
- **○ NodeJS 16**

- **○ Unix like OS (MacOS, Linux)**

Expand Down