Skip to content

Commit

Permalink
use node_modules
Browse files Browse the repository at this point in the history
I've run into several issues with the yarn pnp setup so let's simplify
  • Loading branch information
nicholeuf committed Feb 13, 2024
1 parent 51148ff commit afc735f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules

0 comments on commit afc735f

Please sign in to comment.