Skip to content

Commit ae4250a

Browse files
committed
update node build action
1 parent 18b47c5 commit ae4250a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm install
27-
- run: npm run production
26+
- run: npm ci
27+
- run: npm run build

0 commit comments

Comments
 (0)