Skip to content

Commit 0306503

Browse files
committed
update github action
1 parent 15018e1 commit 0306503

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
with:
6161
java-version: 21
6262
- run: npm install
63+
- run: npm install clickhouse
64+
- run: npm install redis
65+
- run: npm install mongodb
66+
- run: npm install pg-promise
67+
- run: npm install sqlite3
6368
- run: npm run build:compact --if-present
6469
- run: npm run build:module:compact --if-present
6570
- run: npm run build:light --if-present

0 commit comments

Comments
 (0)