Skip to content

Commit

Permalink
Fix: [Workflow] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quadseed committed Feb 15, 2024
1 parent 749b36a commit 1dd81ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/front-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'

- name: Change directory
run: cd frontend
node-version: '18.x'

- name: Install Dependencies
run: npm ci
working-directory: frontend

- name: build
run: npm run build
6 changes: 2 additions & 4 deletions .github/workflows/front-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'

- name: Change directory
run: cd frontend
node-version: '18.x'

- name: Install Dependencies
run: npm ci
working-directory: frontend

- name: Run next lint
run: yarn run lint
Expand Down

0 comments on commit 1dd81ad

Please sign in to comment.