Skip to content

Commit

Permalink
#fix: clickhouse version -> 23.8 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 2, 2023
1 parent 5920f66 commit 9eee2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: EpicStep/clickhouse[email protected]
- 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
Expand Down
1 change: 1 addition & 0 deletions qryn.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ let fastify = require('fastify')({
})
done()
}))

await fastify.register(require('@fastify/compress'))
await fastify.register(require('fastify-url-data'))
await fastify.register(require('@fastify/websocket'))
Expand Down

0 comments on commit 9eee2ce

Please sign in to comment.