mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Fix invalid GitHub dependency for AWS S3 client
This commit is contained in:
parent
f4ea5e0e21
commit
b290a02915
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nextjs-build.yml
vendored
2
.github/workflows/nextjs-build.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Build Next.js app
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue