We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
Currently you can't use bun with the default agents. So we have to disable the agents and run everything on github actions for now.
Would be nice to see this supported :)
Greetings Glenn
The text was updated successfully, but these errors were encountered:
Hi Glenn, meanwhile, you could use a custom launch template like this one: https://github.com/marmicode/cookbook/blob/main/.nx/workflows/bun.yaml
Sorry, something went wrong.
Thanks, I tried it but got the following error:
1 /tmp/102857006:5978 2 throw new Error("No cache restore key or paths provided."); 3 ^ 4 5 Error: No cache restore key or paths provided. 6 at Object.<anonymous> (/tmp/102857006:5978:11) 7 at Module._compile (node:internal/modules/cjs/loader:1376:14) 8 at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) 9 at Module.load (node:internal/modules/cjs/loader:1207:32) 10 at Module._load (node:internal/modules/cjs/loader:1023:12) 11 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) 12 at node:internal/main/run_main_module:28:49 13 14 Node.js v20.11.1
No branches or pull requests
hi,
Currently you can't use bun with the default agents.
So we have to disable the agents and run everything on github actions for now.
Would be nice to see this supported :)
Greetings Glenn
The text was updated successfully, but these errors were encountered: