Skip to content

Commit

Permalink
chore: remove semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Dec 29, 2024
1 parent e54c4a7 commit 772faf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"nock": "^13.5.4",
"proxy": "^2.1.1",
"proxyquire": "^2.1.3",
"semver": "^7.6.0",
"simple-get": "^4.0.1",
"split2": "^4.2.0",
"tap": "^18.7.2",
Expand Down
6 changes: 0 additions & 6 deletions test/head-with-body.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ const Fastify = require('fastify')
const From = require('..')
const http = require('node:http')
const get = require('simple-get').concat
const semver = require('semver')

if (semver.gte(process.version, '20.2.0')) {
t.comment('skip this test on node >= 20.2.0 as it is current broken')
process.exit(0)
}

const instance = Fastify()

Expand Down

0 comments on commit 772faf3

Please sign in to comment.