diff --git a/.github/workflows/node-clickhouse.js.yml b/.github/workflows/node-clickhouse.js.yml index 286a778b..f94cf033 100644 --- a/.github/workflows/node-clickhouse.js.yml +++ b/.github/workflows/node-clickhouse.js.yml @@ -27,7 +27,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - run: docker run --name clickhouse -p 9000:9000 -p 8123:8123 -d clickhouse/clickhouse-server 23.8-alpine + - run: docker run --name clickhouse -p 9000:9000 -p 8123:8123 -d clickhouse/clickhouse-server:23.8-alpine - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 diff --git a/qryn.js b/qryn.js index 585c4a91..f82f6e83 100755 --- a/qryn.js +++ b/qryn.js @@ -110,7 +110,6 @@ let fastify = require('fastify')({ }) done() })) - await fastify.register(require('@fastify/compress')) await fastify.register(require('fastify-url-data')) await fastify.register(require('@fastify/websocket'))