Change Node version for JavaScript GitHub Actions
@octoherd helps to keep your GitHub repositories in line.
$ 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
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 '' ) |