From eadc9daffb3ec139367f05749a8af6c629bc1a3f Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 31 Dec 2023 19:59:45 +0200 Subject: [PATCH] docs: add explanatory note about setup-node --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b98a83..e544e5a 100644 --- a/README.md +++ b/README.md @@ -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 |