From bc581f9eac3bf6371376beabb9a774d818c9eb9b Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Tue, 29 Apr 2025 12:10:59 -0500 Subject: [PATCH] Attempting to fix problem with Github Actions because of local setup --- .gitignore | 2 ++ package.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index afb3085..d6a9c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,8 @@ dist .yarn/install-state.gz .pnp.* +.yarnrc.yml + # Ignore automation scripts *.ps1 *.sh diff --git a/package.json b/package.json index 259f6a2..9078f39 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,5 @@ "@types/jsdom": "^21.1.7", "@types/node": "^20.12.12", "typescript": "^5.4.5" - }, - "packageManager": "yarn@1.22.22" + } }