1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 00:10:58 -05:00

Update Yarn to 4.5.1

This commit is contained in:
toast-ts 2024-10-30 19:16:11 +11:00
parent d2100aafb9
commit f078129f43
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM node:22.7-alpine3.20
ENV YARN_VERSION="4.5.0"
ENV YARN_VERSION="4.5.1"
ENV TZ="Australia/Sydney"
ENV NODE_COMPILE_CACHE="/Daggerbot/build_cache"
RUN yarn policies set-version $YARN_VERSION

View File

@ -25,7 +25,7 @@
"npm": "NPM isn't supported, please use Yarn instead."
},
"engineStrict": true,
"packageManager": "yarn@4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39",
"packageManager": "yarn@4.5.1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
"dependencies": {
"@napi-rs/canvas": "0.1.59",
"@octokit/rest": "21.0.2",