Skip to content

Commit 2ccb5ea

Browse files
committed
Drop Node 12 compatibility & bump version appropriately
1 parent 5fc905a commit 2ccb5ea

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [18.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### v3.1.1
1+
### v4.0.0
22

3-
- Updated @apollo/federation dependency for Node 18 compatibility
3+
- Updated @apollo/federation dependency for Node 18 compatibility.
4+
- Drop Node 12 compatibility.
45

56
### v3.1.0
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-component",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Build, customize and compose GraphQL schemas in a componentized fashion",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)