Skip to content

Commit

Permalink
fix: upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Dec 5, 2024
1 parent 3dc6ca0 commit 87e6bd2
Show file tree
Hide file tree
Showing 5 changed files with 6,250 additions and 5,308 deletions.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

logFilters:
- code: YN0002
level: discard
Expand All @@ -10,3 +13,7 @@ logFilters:
level: discard
- code: YN0061
level: discard

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . /data

# Navigate to the nodejs root package, install dependencies and build the project
WORKDIR /data
RUN corepack enable && corepack prepare yarn@3.0.1 --activate
RUN corepack enable && corepack prepare yarn@4.5.3 --activate

# Subroutine for arm64 platform
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@
"graphql-request": "^6.1.0",
"json-rpc-2.0": "~1.7.0",
"winston": "~3.13.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 87e6bd2

Please sign in to comment.