File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 "args" : {
88 // Please look at runtime version support to make sure you're using compatible versions
99 // https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages#languages-by-runtime-version
10- "NODE_VERSION" : " 14 " ,
10+ "NODE_VERSION" : " 16 " ,
1111 "CORE_TOOLS_VERSION" : " 4"
1212 }
1313 },
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - uses : actions/checkout@v2
3434 with :
3535 ref : main
36- - name : Use Node.js 14 .x
36+ - name : Use Node.js 16 .x
3737 uses : actions/setup-node@v1
3838 with :
39- node-version : 14 .x
39+ node-version : 16 .x
4040
4141 - run : npm ci
4242 - run : npm run build
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ jobs:
101101
102102 steps :
103103 - uses : actions/checkout@v2
104- - name : Use Node.js 14 .x
104+ - name : Use Node.js 16 .x
105105 uses : actions/setup-node@v1
106106 with :
107- node-version : 14 .x
107+ node-version : 16 .x
108108
109109 - run : npm ci
110110 - run : npm version prerelease --preid=ci-$GITHUB_RUN_ID --no-git-tag-version
Original file line number Diff line number Diff line change 1- 14
1+ 16
You can’t perform that action at this time.
0 commit comments