File tree Expand file tree Collapse file tree 2 files changed +71
-4
lines changed
nodejs/serverless-microservices-functionapp-triparchiver Expand file tree Collapse file tree 2 files changed +71
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 defaults :
1515 run :
16- shell : bash
17- working-directory : nodejs/serverless-microservices-functionapp-triparchiver
16+ working-directory : ./nodejs/serverless-microservices-functionapp-triparchiver
17+
1818 strategy :
1919 matrix :
20- node-version : [12.x, 14.x, 16.x]
21- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20+ # https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=csharp%2Cv4#languages
21+ node-version : [14.x, 12.x, 10.x]
2222
2323 steps :
2424 - uses : actions/checkout@v2
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 cache : ' npm'
30+ cache-dependency-path : ./nodejs/serverless-microservices-functionapp-triparchiver
3031 - run : npm install
3132 - run : npm run pack
You can’t perform that action at this time.
0 commit comments