From 1060969cc65b841532a63fc8c599ee20183a59eb Mon Sep 17 00:00:00 2001 From: wanlu <2209120827@qq.com> Date: Sun, 31 Dec 2023 17:27:48 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7538a0e..2dcf82c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,5 +27,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' # - run: npm ci - - run: npm run build --if-present + - run: npm install + - run: npm run build # - run: npm test