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 07d2e1d commit 66ad3f3
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 66ad3f3

Please sign in to comment.