Fix invalid GitHub dependency for AWS S3 client

This commit is contained in:
Jun-te Kim 2026-01-19 13:11:23 +00:00
parent f4ea5e0e21
commit b290a02915

View file

@ -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