Skip to content

Commit 91754da

Browse files
chnage working dir
1 parent 044f4a4 commit 91754da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v1
25+
working-directory: ./src
2526
with:
2627
node-version: ${{ matrix.node-version }}
2728
- run: npm install

0 commit comments

Comments
 (0)