Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History

action-node-version

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

octoherd-script: action-node-version

action-node-version version

Change Node version for JavaScript GitHub Actions

@octoherd helps to keep your GitHub repositories in line.

Usage

$ npx @stoe/octoherd-script-action-node-version \
  --octoherd-token ghp_000000000000000000000000000000000000 \
  --octoherd-repos "stoe/*"
# to authenticate as GitHub App
$ npx @stoe/octoherd-script-action-node-version \
  --octoherd-token ghp_000000000000000000000000000000000000 \
  --octoherd-repos "stoe/*"
  --app-id 12345 \
  --private-key ./private-key.pem

Options

option type description
--dry-run boolean show what would be done (default false)
--app-id integer GitHub App ID (default 0)
--private-key string path to GitHub App .pem file (default '')

License

MIT