Skip to content

Commit

Permalink
Update CI, yarn.lock, .yarnrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 23, 2024
1 parent e1e4617 commit d7beb38
Show file tree
Hide file tree
Showing 3 changed files with 8,361 additions and 5,793 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: corepack enable
- run: yarn install --immutable
- run: npm test
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading

0 comments on commit d7beb38

Please sign in to comment.