Skip to content

Commit e0e7303

Browse files
committed
Set working directory
1 parent 59f6dc9 commit e0e7303

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Use Node.js ${{matrix.node-version}}
2424
uses: actions/setup-node@v3
25+
working-directory: ./frontend
2526
with:
2627
node-version: ${{matrix.node-version}}
2728
cache: 'npm'
2829
- run: npm ci
30+
working-directory: ./frontend
2931
# - run: npm run check
32+
working-directory: ./frontend
3033
- run: npm run build
34+
working-directory: ./frontend

0 commit comments

Comments
 (0)