Skip to content

Commit

Permalink
fix: roll graphile bit forward, add displayName (#555)
Browse files Browse the repository at this point in the history
* fix: roll graphile bit forward, add displayName

* refactor: drop deps

* chore: roll node to 18
  • Loading branch information
cdaringe committed Jan 21, 2023
1 parent 55adda4 commit 1dd5044
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16.17.0
node-version: 18.13.0
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# - uses: wagoid/commitlint-github-action@v5
- uses: actions/setup-node@v3
with:
node-version: 16.17.0
node-version: 18.13.0
- name: Install pnpm
run: npm install -g pnpm@7
- name: checks
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@
"dockerode": "3.3.4",
"eslint": "8.32.0",
"execa": "5.1.1",
"freeport": "1.0.5",
"graphile-build": "4.12.3",
"graphile-build": "4.13.0",
"graphql": "16.6.0",
"husky": "8.0.3",
"json-decycle": "3.0.0",
"nanographql": "2.0.0",
"node-fetch": "2.6.8",
"p-retry": "4.6.2",
"pg": "8.8.0",
"postgraphile": "4.12.12",
"postgraphile": "4.13.0",
"postgraphile-core": "4.13.0",
"prettier": "2.8.3",
"prettier-plugin-organize-imports": "3.2.2",
Expand Down Expand Up @@ -95,5 +93,8 @@
"branches": [
"main"
]
},
"dependencies": {
"build": "^0.1.4"
}
}

0 comments on commit 1dd5044

Please sign in to comment.