Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Mar 18, 2024
1 parent 97e121a commit e46bf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fastify/static": "^7.0.0",
"@fastify/websocket": "^10.0.0",
"fastify-plugin": "^4.2.0",
"graphql-jit": "^0.8.0",
"graphql-jit": "0.8.4",
"mqemitter": "^5.0.0",
"p-map": "^4.0.0",
"readable-stream": "^4.0.0",
Expand Down

0 comments on commit e46bf33

Please sign in to comment.