@fyresmith/hive-server 1.0.1-3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,7 @@ Configure npm Trusted Publisher for this repo/workflow:
|
|
|
36
36
|
- Provider: GitHub Actions
|
|
37
37
|
- Repository: this repository
|
|
38
38
|
- Workflow file: `.github/workflows/hive-server-publish.yml`
|
|
39
|
+
- GitHub Actions publish job should run Node 24+ (already configured in workflow)
|
|
39
40
|
|
|
40
41
|
No `NPM_TOKEN` secret is required when Trusted Publishing is configured.
|
|
41
42
|
|