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 3de1068 commit bf09bafCopy full SHA for bf09baf
.github/workflows/nodejs.yml
@@ -11,7 +11,10 @@ jobs:
11
build:
12
13
runs-on: ubuntu-latest
14
-
+ defaults:
15
+ run:
16
+ shell: bash
17
+ working-directory: nodejs/serverless-microservices-functionapp-triparchiver
18
strategy:
19
matrix:
20
node-version: [12.x, 14.x, 16.x]
@@ -20,7 +23,6 @@ jobs:
23
steps:
21
24
- uses: actions/checkout@v2
22
25
- name: Use Node.js ${{ matrix.node-version }}
- working-directory: nodejs/serverless-microservices-functionapp-triparchiver
26
uses: actions/setup-node@v2
27
with:
28
node-version: ${{ matrix.node-version }}
0 commit comments