Skip to content

Commit 3de1068

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ matrix.node-version }}
23+
working-directory: nodejs/serverless-microservices-functionapp-triparchiver
2324
uses: actions/setup-node@v2
2425
with:
2526
node-version: ${{ matrix.node-version }}
2627
cache: 'npm'
27-
working-directory: nodejs/serverless-microservices-functionapp-triparchiver
2828
- run: npm install
2929
- run: npm run pack

0 commit comments

Comments
 (0)