docs: add explanatory note about setup-node (#47)

This commit is contained in:
Paul Razvan Berg 2024-01-03 12:33:26 +02:00 committed by GitHub
parent 9b21598af8
commit 94177e527c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,10 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
run: bun install
```
### Node.js not needed
In most cases, you shouldn't need to use the [setup-node](https://github.com/actions/setup-node) GitHub Action.
## Inputs
| Name | Description | Default | Examples |