From 94177e527c40bdaeca682f116e326979df067c2a Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Wed, 3 Jan 2024 12:33:26 +0200 Subject: [PATCH] docs: add explanatory note about setup-node (#47) --- 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 |