Files
node/action.yml
RemiZOffAlex 61dbce0a5a
Build and Test / Test (push) Failing after 25s
Update
2026-03-24 21:07:02 +03:00

17 lines
313 B
YAML

name: 'Установка Node.js'
author: 'RemiZOffAlex'
inputs:
node_version:
default: v24.14.0
outputs:
node_version:
runs:
using: "composite"
steps:
- run: env
- run: pwd
- run: ls -la
- run: ${{ gitea.action_path }}/nodejs.sh
# env:
# PATH: ${{ gitea.action_path }}