Skip to content

Commit 012aa8f

Browse files
committed
use working-directory for setup-node step
1 parent 7f0141b commit 012aa8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v2
27+
working-directory: ./app
2728
with:
2829
node-version: ${{ matrix.node-version }}
2930
cache: 'npm'
30-
- working-directory: ./app
31-
run: pwd
3231
- run: npm run build:all
3332
working-directory: ./app

0 commit comments

Comments
 (0)