docs: clean up action comments — describe what we do, not what others had
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
# Tinqs Setup Node — replaces actions/setup-node@v4
|
||||
# Original: https://github.com/actions/setup-node (GitHub-hosted, Node.js action)
|
||||
# Why rewritten: Original depends on GitHub tool cache and @actions/core Node.js package.
|
||||
# Self-hosted Gitea runners don't have the tool cache infrastructure.
|
||||
# This composite action installs Node via NodeSource APT repo and pnpm via npm.
|
||||
# Skips install if correct major version already present (pre-baked runner image).
|
||||
# Removed from original: tool cache, .nvmrc/.node-version file, registry-url, cache (yarn/pnpm).
|
||||
# Author: Ozan / Claude Code — 2026-05-22
|
||||
# Part of: tinqs/ci (Tinqs CI toolchain)
|
||||
# tinqs/ci/setup-node — Tinqs Studio CI
|
||||
# Installs Node.js via NodeSource and optionally pnpm.
|
||||
# Skips install if the correct major version is already present (pre-baked runner image).
|
||||
# Composite action — runs directly on the host.
|
||||
# Author: Ozan + Claude Code — 2026-05-22
|
||||
|
||||
name: 'Tinqs Setup Node'
|
||||
description: 'Install Node.js and pnpm (replaces actions/setup-node)'
|
||||
|
||||
Reference in New Issue
Block a user