docs: add explanatory note about setup-node

This commit is contained in:
Paul Razvan Berg 2023-12-31 19:59:45 +02:00
parent 9b21598af8
commit eadc9daffb
No known key found for this signature in database
GPG key ID: 94DB130BAB397DED

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 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 ## Inputs
| Name | Description | Default | Examples | | Name | Description | Default | Examples |