File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
21
21
strategy :
22
22
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
24
24
25
25
steps :
26
26
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v1
17
17
with :
18
- node-version : 12
18
+ node-version : 14
19
19
- run : npm install
20
20
- run : npm run build
21
21
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
28
28
- uses : actions/checkout@v2
29
29
- uses : actions/setup-node@v1
30
30
with :
31
- node-version : 12
31
+ node-version : 14
32
32
registry-url : https://registry.npmjs.org/
33
33
- run : npm install
34
34
- run : npm run build
46
46
- uses : actions/checkout@v2
47
47
- uses : actions/setup-node@v1
48
48
with :
49
- node-version : 12
49
+ node-version : 14
50
50
registry-url : https://npm.pkg.github.com/
51
51
- run : npm install
52
52
- run : npm run build
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v1
17
17
with :
18
- node-version : 12
18
+ node-version : 14
19
19
- run : npm install
20
20
- run : npm run build
21
21
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
28
28
- uses : actions/checkout@v2
29
29
- uses : actions/setup-node@v1
30
30
with :
31
- node-version : 12
31
+ node-version : 14
32
32
registry-url : https://registry.npmjs.org/
33
33
- run : npm install
34
34
- run : npm run build
47
47
- uses : actions/checkout@v2
48
48
- uses : actions/setup-node@v1
49
49
with :
50
- node-version : 12
50
+ node-version : 14
51
51
registry-url : https://npm.pkg.github.com/
52
52
- run : npm install
53
53
- run : npm run build
Original file line number Diff line number Diff line change 171
171
"peerDependencies" : {
172
172
"immutability-helper" : " ^2.6.5 || ^3.0.0"
173
173
},
174
- "version" : " 3.0.0-alpha.12 " ,
174
+ "version" : " 3.0.0-alpha.13 " ,
175
175
"directories" : {
176
176
"doc" : " docs"
177
177
},
You can’t perform that action at this time.
0 commit comments