Skip to content

Commit f86738b

Browse files
authored
Merge branch 'main' into renovate/major-eslint-monorepo
2 parents 8de35f7 + c729f64 commit f86738b

6 files changed

Lines changed: 1704 additions & 1623 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ workflows:
7474
matrix:
7575
parameters:
7676
node-version:
77-
- "20"
7877
- "22"
7978
- Prettier
8079
- Lint

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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
2323

2424
- name: Setup Node.js 24.x
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 24.x
2828

.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)