@theholocron/cli 2.0.0-alpha.40 → 2.0.0-alpha.41

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +3 -0
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -971,6 +971,9 @@ jobs:
971
971
 
972
972
  - uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
973
973
  if: \${{ hashFiles(inputs.configuration-path || '.github/labeler.yml') != '' }}
974
+ # v3.4 bundles Node 20; allow it to run under Actions' current default.
975
+ env:
976
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
974
977
  with:
975
978
  # Fall back to default path when triggered directly (not via workflow_call)
976
979
  # because inputs.* defaults only apply on workflow_call events.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.40",
3
+ "version": "2.0.0-alpha.41",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",