diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5918d..7eb4217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0 with: lint: true license-check: true - node-versions: '["16", "18", "20", "22"]' + node-versions: '["20", "22"]' diff --git a/package.json b/package.json index f545027..af49441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/one-line-logger", - "version": "2.0.0-pre.fv5.1", + "version": "2.0.0", "description": "A simple formatter for fastify's logs", "main": "index.js", "type": "commonjs", @@ -15,7 +15,7 @@ }, "devDependencies": { "benchmark": "^2.1.4", - "fastify": "^4.26.2", + "fastify": "^5.0.0-alpha.4", "snazzy": "^9.0.0", "standard": "^17.1.0", "tap": "^18.7.2",