We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15018e1 commit 0306503Copy full SHA for 0306503
.github/workflows/node.js.yml
@@ -60,6 +60,11 @@ jobs:
60
with:
61
java-version: 21
62
- 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
68
- run: npm run build:compact --if-present
69
- run: npm run build:module:compact --if-present
70
- run: npm run build:light --if-present
0 commit comments