Skip to content

Commit

Permalink
ci: fix setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 1, 2024
1 parent 1bb41bb commit 241beed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: app/package-lock.json

- name: Install dependencies
run: npm ci
Expand All @@ -65,7 +66,7 @@ jobs:
- uses: actions/upload-pages-artifact@v3
if: ${{ github.event_name != 'pull_request' }}
with:
path: './app/build' # TODO: check
path: './app/dist'
retention-days: '1'

deploy:
Expand Down

0 comments on commit 241beed

Please sign in to comment.