diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49cf6cc..c2227cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,3 @@ jobs: with: lint: true license-check: true - node-versions: '["16", "18", "20", "22"]' diff --git a/package.json b/package.json index 5543077..dcd593f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fastify/fast-json-stringify-compiler", "description": "Build and manage the fast-json-stringify instances for the fastify framework", - "version": "5.0.0", + "version": "5.0.1", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", @@ -25,7 +25,7 @@ "homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme", "devDependencies": { "@fastify/pre-commit": "^2.1.0", - "fastify": "^5.0.0-alpha.4", + "fastify": "^5.0.0", "sanitize-filename": "^1.6.3", "standard": "^17.1.0", "tap": "^18.7.2",