summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-23 21:41:39 +0800
committerLi Zhineng <[email protected]>2025-07-23 21:41:39 +0800
commit6860d6009c8dcb6077433b735381d84516a4124a (patch)
tree20ed82574435fac8499bfec4d91bd5b3637283ad /.github/workflows/ci.yml
parent1be4f2e59f2a601ef8f3e988e58ac8b3a990cb3c (diff)
downloadwave-6860d6009c8dcb6077433b735381d84516a4124a.tar.gz
wave-6860d6009c8dcb6077433b735381d84516a4124a.zip
npm install
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b47c350..253d674 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
- run: npm ci
+ run: npm install
- name: Build project
run: npm run build