Skip to content

Commit 1296e7d

Browse files
#40 Build nodejs
1 parent bf09baf commit 1296e7d

File tree

2 files changed

+71
-4
lines changed

2 files changed

+71
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -27,5 +27,6 @@ jobs:
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

0 commit comments

Comments
 (0)