Skip to content

Commit 5e4b82e

Browse files
correct working dir
1 parent 91754da commit 5e4b82e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
16+
defaults:
17+
run:
18+
working-directory: ./src
1719
strategy:
1820
matrix:
1921
node-version: [12.x]
@@ -22,7 +24,6 @@ jobs:
2224
- uses: actions/checkout@v2
2325
- name: Use Node.js ${{ matrix.node-version }}
2426
uses: actions/setup-node@v1
25-
working-directory: ./src
2627
with:
2728
node-version: ${{ matrix.node-version }}
2829
- run: npm install

0 commit comments

Comments
 (0)