Skip to content

Commit

Permalink
repairs for build-frontend.yml (#94)
Browse files Browse the repository at this point in the history
* changed node-version in build-frontend.yml

Co-authored-by: Štěpán Moc <[email protected]>
  • Loading branch information
MocStepan and MocStepan authored May 16, 2024
1 parent bfd71f4 commit 34b8f17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ "main" ]

jobs:
build:
frontend:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -21,9 +21,11 @@ jobs:
- name: Install dependencies
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.0.0
cache: 'npm'
cache-dependency-path: frontend/package-lock.json

- name: Install dependencies
run: npm install

- name: Build
Expand Down

0 comments on commit 34b8f17

Please sign in to comment.