Targetting version 20 specifically rather than lts (because it didn't work)
Some checks failed
Publish to Private NPM Registry / publish (push) Failing after 22s

This commit is contained in:
Alan Bridgeman 2026-01-07 10:36:52 -06:00
parent 537ef2e5ca
commit c7d6db51a6

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: 'lts' node-version: '20.x'
# Taken from [Repo README](https://github.com/actions/setup-node#readme) # Taken from [Repo README](https://github.com/actions/setup-node#readme)
# #