From afc735f6ef2699bc497a938fe85dee1410519ad2 Mon Sep 17 00:00:00 2001 From: Nichole Frey Date: Mon, 12 Feb 2024 21:37:36 -0500 Subject: [PATCH] use node_modules I've run into several issues with the yarn pnp setup so let's simplify --- .github/workflows/workflow.yaml | 2 -- .yarnrc.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .yarnrc.yml diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 34168a8..a3e0425 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - name: Use Node.js uses: actions/setup-node@v4 with: diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 0000000..3186f3f --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules