Uncommented installing Yarn hopefully with the specifically targeted version this works
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s

This commit is contained in:
Alan Bridgeman 2026-01-07 10:38:47 -06:00
parent c7d6db51a6
commit 3093bc06e7

View file

@ -53,7 +53,7 @@ jobs:
- name: Transpile/Build the package (TypeScript -> JavaScript)
run: |
# Because Yarn is used locally better to install and use it than have to debug weird inconsistencies
#npm install --global yarn
npm install --global yarn
# Install needed dependencies
yarn install