Skip to content

Commit f4e4df6

Browse files
fix: update dependencies and modify build script in CI configuration
1 parent dbda94a commit f4e4df6

File tree

4 files changed

+1086
-6281
lines changed

4 files changed

+1086
-6281
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'yarn'
29-
- run: yarn
30-
- run: yarn test
29+
30+
- run: yarn
31+
- run: yarn build

0 commit comments

Comments
 (0)