Skip to content

Commit

Permalink
Update build-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csr authored Jul 3, 2024
1 parent 143d3e9 commit 6e2b37d
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18

- name: Clear npm cache
run: npm cache clean --force

- name: Install npm@latest
run: npm install -g npm@latest

- name: Verify Node.js version
run: node -v

- name: Verify npm version
run: npm -v

- name: List files in frontend directory
run: ls -la ./frontend
node-version: 18.18.1

- name: Install dependencies
run: npm ci || npm install
run: npm ci
working-directory: ./frontend

- name: Install Playwright Browsers
Expand Down

0 comments on commit 6e2b37d

Please sign in to comment.