Skip to content

Commit

Permalink
Merge pull request #26 from clustlight/workflow/fix-frontend-check
Browse files Browse the repository at this point in the history
Fix: [Workflow] fix workflow
  • Loading branch information
quadseed authored Feb 15, 2024
2 parents 07d2e1d + 66ad3f3 commit 749b36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '18.17.1'

- name: Change directory
run: cd frontend

- name: Install Dependencies
run: npm install --frozen-lockfile
run: npm ci

- name: build
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/front-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '18.17.1'

- name: Change directory
run: cd frontend
Expand Down

0 comments on commit 749b36a

Please sign in to comment.