Skip to content

Commit a2f4c1f

Browse files
authored
Merge branch 'main' into renovate/actions-setup-node-6.x
2 parents 8ad6a25 + 2717de9 commit a2f4c1f

5 files changed

Lines changed: 1136 additions & 998 deletions

File tree

.codesandbox/ci.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sandboxes": ["apollo-server-integration-aws-lambda-k6ismd"],
3-
"node": "20"
2+
"node": "20",
3+
"sandboxes": []
44
}

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth: 0

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ node_modules/
2828
.idea/
2929

3030
# Volta binaries (when using direnv/.envrc)
31-
.volta
31+
.volta
32+
33+
# Claude Code
34+
CLAUDE.md

0 commit comments

Comments
 (0)