2019-06-27 08:12:00 +07:00
|
|
|
name: 'Setup Node.js for use with actions'
|
|
|
|
description: 'Setup a Node.js environment and add it to the PATH, additionally providing proxy support'
|
|
|
|
author: 'GitHub'
|
|
|
|
inputs:
|
|
|
|
version:
|
2019-07-04 00:13:25 +07:00
|
|
|
description: 'Version range or exact version of a Python version to use, using semvers version range syntax.'
|
2019-06-27 08:12:00 +07:00
|
|
|
default: '3.x'
|
|
|
|
architecture:
|
|
|
|
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
2019-07-20 03:07:45 +07:00
|
|
|
default: 'x64'
|
2019-06-27 08:12:00 +07:00
|
|
|
runs:
|
2019-07-09 23:42:38 +07:00
|
|
|
using: 'node12'
|
2019-07-04 00:13:25 +07:00
|
|
|
main: 'lib/setup-python.js'
|