Skip to content

Commit

Permalink
Switch to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallien13 committed Oct 11, 2024
1 parent 231a222 commit 7963397
Show file tree
Hide file tree
Showing 4 changed files with 4,408 additions and 2,696 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4.2.0

- name: Enabled Corepack
run: corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4.0.4
with:
Expand All @@ -97,9 +100,7 @@ jobs:
cache-dependency-path: ./packages/react-auth/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile

- run: yarn list
run: yarn install --immutable

- name: Type check
run: yarn typecheck
Expand Down
1 change: 1 addition & 0 deletions packages/react-auth/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"repository": "github:pangeacyber/pangea-javascript",
"author": "Pangea (https://pangea.cloud)",
"license": "MIT",
"packageManager": "yarn@1.22.22",
"packageManager": "yarn@4.5.0",
"scripts": {
"build": "yarn build-docs && parcel build && cp dist/index.d.ts dist/index.d.mts",
"build-docs": "typedoc --plugin typedoc-plugin-rename-defaults",
Expand Down
Loading

0 comments on commit 7963397

Please sign in to comment.