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

This commit is contained in:
Alan Bridgeman 2026-01-07 10:33:10 -06:00
parent 47d22daae1
commit 537ef2e5ca

View file

@ -29,7 +29,7 @@ jobs:
# > Version Spec of the version to use in SemVer notation. # > Version Spec of the version to use in SemVer notation.
# > It also admits such aliases as lts/*, latest, nightly and canary builds # > 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 # > 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) # Taken from [Repo README](https://github.com/actions/setup-node#readme)
# #