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 9eee2ce commit e8a9dd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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:
- 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
Expand Down
1 change: 0 additions & 1 deletion qryn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit e8a9dd9

Please sign in to comment.