Skip to content

Commit 07e19a8

Browse files
committed
Merge branch 'main' of github.com:vip-git/react-jsonschema-form-material-ui into universal-schema
2 parents 980a4de + 19f0418 commit 07e19a8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [14.x] # Add support for 12.x, 15.x later just build and unit tests
23+
node-version: [15.x] # Add support for 12.x, 15.x later just build and unit tests
2424

2525
steps:
2626
- uses: actions/checkout@v2

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- run: npm install
2020
- run: npm run build
2121
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 14
3232
registry-url: https://registry.npmjs.org/
3333
- run: npm install
3434
- run: npm run build
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-node@v1
4848
with:
49-
node-version: 12
49+
node-version: 14
5050
registry-url: https://npm.pkg.github.com/
5151
- run: npm install
5252
- run: npm run build

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- run: npm install
2020
- run: npm run build
2121
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: 12
31+
node-version: 14
3232
registry-url: https://registry.npmjs.org/
3333
- run: npm install
3434
- run: npm run build
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-node@v1
4949
with:
50-
node-version: 12
50+
node-version: 14
5151
registry-url: https://npm.pkg.github.com/
5252
- run: npm install
5353
- run: npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"peerDependencies": {
172172
"immutability-helper": "^2.6.5 || ^3.0.0"
173173
},
174-
"version": "3.0.0-alpha.12",
174+
"version": "3.0.0-alpha.13",
175175
"directories": {
176176
"doc": "docs"
177177
},

0 commit comments

Comments
 (0)