Skip to content

Commit d1b6834

Browse files
authored
Merge pull request #228 from apollo-server-integrations/fix/codesandbox-node-version
fix: remove explicit node version from CodeSandbox CI config
2 parents 35bd57e + adc343a commit d1b6834

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.codesandbox/ci.json

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

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