File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Node.js
1717 uses : actions/setup-node@v1
1818 with :
19- node-version : 12
19+ node-version : 14
2020
2121 - name : Cache node modules
2222 uses : actions/cache@v2
@@ -100,7 +100,7 @@ jobs:
100100 - name : Set up Node.js
101101 uses : actions/setup-node@v1
102102 with :
103- node-version : 12
103+ node-version : 14
104104 registry-url : https://registry.npmjs.org/
105105
106106 - name : Cache node modules
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-18.04
1414 strategy :
1515 matrix :
16- node-version : [ 12 ]
16+ node-version : [ 14, 15 ]
1717 steps :
1818 - name : Clone repository
1919 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2929 "url" : " https://github.com/react-ui-org/react-ui"
3030 },
3131 "engines" : {
32- "node" : " >=12.16.3 " ,
33- "npm" : " >=6.14.4 "
32+ "node" : " >=14.15.1 " ,
33+ "npm" : " >=6.14.8 "
3434 },
3535 "dependencies" : {
3636 "docz" : " ^2.3.1" ,
You can’t perform that action at this time.
0 commit comments