Skip to content

Commit

Permalink
Drop Node 14 and require Node >16
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 22, 2023
1 parent 49d0a96 commit d744188
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
72 changes: 72 additions & 0 deletions .changeset/rich-tools-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
'@graphql-mesh/apollo-link': minor
'@graphql-mesh/cache-cfw-kv': minor
'@graphql-mesh/cache-file': minor
'@graphql-mesh/cache-localforage': minor
'@graphql-mesh/cache-redis': minor
'@graphql-mesh/cli': minor
'@graphql-mesh/config': minor
'@graphql-mesh/cross-helpers': minor
'@graphql-mesh/graphql': minor
'@graphql-mesh/grpc': minor
'@graphql-mesh/json-schema': minor
'@graphql-mesh/mongoose': minor
'@graphql-mesh/mysql': minor
'@graphql-mesh/neo4j': minor
'@graphql-mesh/odata': minor
'@graphql-mesh/openapi': minor
'@graphql-mesh/postgraphile': minor
'@graphql-mesh/raml': minor
'@graphql-mesh/soap': minor
'@graphql-mesh/thrift': minor
'@graphql-mesh/tuql': minor
'@graphql-mesh/http': minor
'@graphql-mesh/jit-executor': minor
'json-machete': minor
'@omnigraph/json-schema': minor
'@omnigraph/openapi': minor
'@omnigraph/raml': minor
'@omnigraph/soap': minor
'@graphql-mesh/merger-bare': minor
'@graphql-mesh/merger-federation': minor
'@graphql-mesh/merger-stitching': minor
'@graphql-mesh/plugin-deduplicate-request': minor
'@graphql-mesh/plugin-hive': minor
'@graphql-mesh/plugin-http-cache': minor
'@graphql-mesh/plugin-http-details-extensions': minor
'@graphql-mesh/plugin-http2': minor
'@graphql-mesh/plugin-live-query': minor
'@graphql-mesh/plugin-mock': minor
'@graphql-mesh/plugin-newrelic': minor
'@graphql-mesh/plugin-operation-field-permissions': minor
'@graphql-mesh/plugin-prometheus': minor
'@graphql-mesh/plugin-rate-limit': minor
'@graphql-mesh/plugin-response-cache': minor
'@graphql-mesh/plugin-serialize-headers': minor
'@graphql-mesh/plugin-snapshot': minor
'@graphql-mesh/plugin-statsd': minor
'@graphql-mesh/runtime': minor
'@graphql-mesh/store': minor
'@graphql-mesh/string-interpolation': minor
'@graphql-mesh/transform-cache': minor
'@graphql-mesh/transform-encapsulate': minor
'@graphql-mesh/transform-extend': minor
'@graphql-mesh/transform-federation': minor
'@graphql-mesh/transform-filter-schema': minor
'@graphql-mesh/transform-hive': minor
'@graphql-mesh/transform-hoist-field': minor
'@graphql-mesh/transform-naming-convention': minor
'@graphql-mesh/transform-prefix': minor
'@graphql-mesh/transform-prune': minor
'@graphql-mesh/transform-rate-limit': minor
'@graphql-mesh/transform-rename': minor
'@graphql-mesh/transform-replace-field': minor
'@graphql-mesh/transform-resolvers-composition': minor
'@graphql-mesh/transform-transfer-schema': minor
'@graphql-mesh/transform-type-merging': minor
'@graphql-mesh/types': minor
'@graphql-mesh/urql-exchange': minor
'@graphql-mesh/utils': minor
---

Drop Node 14 support and require Node 16 or higher
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 18]
node-version: [16, 18]

steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 18]
node-version: [16, 18]
# Service containers to run with `runner-job`
services:
# Label used to access the service container
Expand Down

0 comments on commit d744188

Please sign in to comment.