Replace npm-install action with just "npm install"
Some checks failed
Deploy / Deploy (push) Failing after 27s

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

View file

@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
- name: Install dependencies - name: Install dependencies
uses: bahmutov/npm-install@v1 run: npm install
- name: Build project - name: Build project
run: npm run build run: npm run build