Attempting to fix problem with Github Actions because of local setup

This commit is contained in:
Alan Bridgeman 2025-04-29 12:10:59 -05:00
parent 74997cb676
commit bc581f9eac
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -130,6 +130,8 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
.yarnrc.yml
# Ignore automation scripts # Ignore automation scripts
*.ps1 *.ps1
*.sh *.sh

View file

@ -23,6 +23,5 @@
"@types/jsdom": "^21.1.7", "@types/jsdom": "^21.1.7",
"@types/node": "^20.12.12", "@types/node": "^20.12.12",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, }
"packageManager": "yarn@1.22.22"
} }