Skip to content

Commit

Permalink
add workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 10, 2023
1 parent fdad990 commit d64a088
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Locate frontend path
run: cd frontend
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d64a088

Please sign in to comment.