Skip to content

Commit

Permalink
changed build-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan committed May 23, 2024
1 parent 260f371 commit 4d7517d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- name: Install dependencies
uses: actions/setup-node@v3
with:
node-version: 20.0.0
node-version: 20
cache: 'npm'
cache-dependency-path: frontend/package-lock.json

- name: Install dependencies
run: npm install

- name: Build
Expand Down

0 comments on commit 4d7517d

Please sign in to comment.