Skip to content

Commit bf09baf

Browse files
#40 Build and pack Nodejs action - working dir
1 parent 3de1068 commit bf09baf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
build:
1212

1313
runs-on: ubuntu-latest
14-
14+
defaults:
15+
run:
16+
shell: bash
17+
working-directory: nodejs/serverless-microservices-functionapp-triparchiver
1518
strategy:
1619
matrix:
1720
node-version: [12.x, 14.x, 16.x]
@@ -20,7 +23,6 @@ jobs:
2023
steps:
2124
- uses: actions/checkout@v2
2225
- name: Use Node.js ${{ matrix.node-version }}
23-
working-directory: nodejs/serverless-microservices-functionapp-triparchiver
2426
uses: actions/setup-node@v2
2527
with:
2628
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)