diff --git a/.github/workflows/node-clickhouse.js.yml b/.github/workflows/node-clickhouse.js.yml index 55b7ac22..7f66d885 100644 --- a/.github/workflows/node-clickhouse.js.yml +++ b/.github/workflows/node-clickhouse.js.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - node-version: [18.x, 16.x] + node-version: [18, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: 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'))