File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3636 - name : Setup Node.js
3737 uses : actions/setup-node@v2.1.2
3838 with :
39- node-version : 10 .x
39+ node-version : 14 .x
4040
4141 - name : Install packages
4242 run : npm install
Original file line number Diff line number Diff line change 1313 - name : Setup Node.js
1414 uses : actions/setup-node@v2.1.2
1515 with :
16- node-version : 10 .x
16+ node-version : 14 .x
1717
1818 - name : GitHub context (actor and head ref)
1919 run : |
4040 - name : Setup Node.js
4141 uses : actions/setup-node@v2.1.2
4242 with :
43- node-version : 10 .x
43+ node-version : 14 .x
4444
4545 - name : Install NPM modules
4646 run : npm ci
Original file line number Diff line number Diff line change 22 "name" : " azure-schema-generator" ,
33 "private" : true ,
44 "version" : " 1.0.0" ,
5+ "engines" : {
6+ "node" : " >=14.0.0" ,
7+ "npm" : " >=6.0.0"
8+ },
59 "scripts" : {
610 "list-basepaths" : " ts-node cmd/listbasepaths" ,
711 "list-resources" : " ts-node cmd/listresources" ,
You can’t perform that action at this time.
0 commit comments