Skip to content

Commit

Permalink
Merge pull request #90 from mercurius-js/chore/upgrade-supported-nodejs
Browse files Browse the repository at this point in the history
Deprecate Node.js 16 support and update deps
  • Loading branch information
jonnydgreen authored Mar 20, 2024
2 parents a1d3bcf + 90dacee commit f7d07e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"homepage": "https://github.com/mercurius-js/validation",
"devDependencies": {
"@mercuriusjs/federation": "^2.0.0",
"@mercuriusjs/gateway": "^1.0.0",
"@sinonjs/fake-timers": "^10.0.2",
"@types/node": "^20.1.0",
"@types/ws": "^8.5.3",
"@mercuriusjs/gateway": "^2.0.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/node": "^20.11.28",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"autocannon": "^7.9.0",
"concurrently": "^8.0.1",
"fastify": "^4.2.0",
"mercurius": "^13.0.0",
"autocannon": "^7.15.0",
"concurrently": "^8.2.2",
"fastify": "^4.26.2",
"mercurius": "^13.4.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"standard": "^17.1.0",
"tap": "^16.3.0",
"tsd": "^0.28.0",
"typescript": "^5.0.2",
"wait-on": "^7.0.1"
"typescript": "^5.4.2",
"wait-on": "^7.2.0"
},
"dependencies": {
"@fastify/error": "^3.0.0",
Expand Down

0 comments on commit f7d07e0

Please sign in to comment.