We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ea7f5 commit 3de1068Copy full SHA for 3de1068
.github/workflows/nodejs.yml
@@ -20,10 +20,10 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
+ working-directory: nodejs/serverless-microservices-functionapp-triparchiver
24
uses: actions/setup-node@v2
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
- working-directory: nodejs/serverless-microservices-functionapp-triparchiver
28
- run: npm install
29
- run: npm run pack
0 commit comments