I have no idea what I am doing
Some checks failed
Deploy / Deploy (push) Failing after 13s

This commit is contained in:
Astra 2025-04-20 20:56:13 +09:00
parent 2a08708c69
commit 9ee49f9089
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

View file

@ -17,9 +17,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm ci
- name: Build project
run: npm run build