Skip to content

Commit da83070

Browse files
authored
Update nodejs.yml
1 parent ad9fcaf commit da83070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
28-
- run: npm run build --if-present
27+
- run: npm install
28+
- run: npm run prepare
2929
- run: npm test
3030
env:
3131
CI: true

0 commit comments

Comments
 (0)