1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Update Yarn to 4.3.0

This commit is contained in:
toast-ts 2024-06-20 11:07:59 +10:00
parent 8dc19f86c4
commit 8d731a8771
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM node:22.2.0-alpine3.20 FROM node:22.2.0-alpine3.20
ENV YARN_VERSION 4.2.2 ENV YARN_VERSION 4.3.0
ENV TZ Australia/Sydney ENV TZ Australia/Sydney
ENV NODE_COMPILE_CACHE /Daggerbot/build_cache ENV NODE_COMPILE_CACHE /Daggerbot/build_cache
RUN yarn policies set-version $YARN_VERSION RUN yarn policies set-version $YARN_VERSION

View File

@ -25,7 +25,7 @@
"npm": "NPM isn't supported, please use Yarn instead." "npm": "NPM isn't supported, please use Yarn instead."
}, },
"engineStrict": true, "engineStrict": true,
"packageManager": "yarn@4.2.2+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b", "packageManager": "yarn@4.3.0+sha512.1606bef7c84bc7d83b8576063de2fd08f7d69f9939015bed800f9585a002390268ecc777e9feeba7e26e9556aef6beaad4806968db2182ab5dd3e955ab3b9a0b",
"dependencies": { "dependencies": {
"@napi-rs/canvas": "0.1.53", "@napi-rs/canvas": "0.1.53",
"@octokit/rest": "20.1.1", "@octokit/rest": "20.1.1",