AI suggested by changing the targeted version the automation should work. Changed to lts (not sure if this is a valid value but trying it before targeting a specific version)
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 12s
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 12s
This commit is contained in:
parent
47d22daae1
commit
537ef2e5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
# > Version Spec of the version to use in SemVer notation.
|
||||
# > It also admits such aliases as lts/*, latest, nightly and canary builds
|
||||
# > Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
||||
node-version: 'latest'
|
||||
node-version: 'lts'
|
||||
|
||||
# Taken from [Repo README](https://github.com/actions/setup-node#readme)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue