Skip to content

Commit

Permalink
ci: try setting working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 9f76de2 commit 01c26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: browser-actions/setup-chrome@v1
with:
chrome-version: latest
- run: chrome --version
- name: Install Node Dependencies
working-directory: ./
env:
NODE_ENV: "development"
run: npm ci

0 comments on commit 01c26e7

Please sign in to comment.