Replace npm-install action with just "npm install"

This commit is contained in:
Astra 2025-04-20 20:54:21 +09:00
parent dcefd4f0cf
commit 2a08708c69
No known key found for this signature in database

View file

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