Skip to content

Commit 6c9b1d4

Browse files
authored
Merge pull request #410 from the-hideout/combined-prs-branch
Combined PRs
2 parents a8c4ba5 + 781dff0 commit 6c9b1d4

File tree

7 files changed

+153
-154
lines changed

7 files changed

+153
-154
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: setup node
3838
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
39-
uses: actions/setup-node@v5
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version-file: .node-version
4242
cache: npm

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ needs.deployment-check.outputs.sha }}
3838

3939
- name: setup node
40-
uses: actions/setup-node@v5
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version-file: .node-version
4343
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919

2020
- name: setup node
21-
uses: actions/setup-node@v5
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version-file: .node-version
2424
cache: npm

http/package-lock.json

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"nodemon": "^3.1.3"
1818
},
1919
"dependencies": {
20-
"@graphql-tools/merge": "9.1.1",
21-
"@graphql-tools/schema": "10.0.25",
20+
"@graphql-tools/merge": "9.1.2",
21+
"@graphql-tools/schema": "10.0.26",
2222
"graphql-yoga": "^5.16.0",
2323
"dotenv": "^16.4.5",
2424
"uuid": "^13.0.0"

0 commit comments

Comments
 (0)