Skip to content

Commit

Permalink
#fix: node version -> 16, 18
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 2, 2023
1 parent ee7350b commit 2e39530
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 @@ -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:
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 2e39530

Please sign in to comment.