File tree Expand file tree Collapse file tree
actions/setup-desktop-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 node-version : ${{ inputs.node-version }}
3434
3535 - name : Setup pnpm
36- uses : pnpm/action-setup@v4.2 .0
36+ uses : pnpm/action-setup@v4.4 .0
3737 with :
3838 version : ${{ inputs.pnpm-version }}
3939
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ permissions:
3838
3939env :
4040 ASTRBOT_SOURCE_GIT_URL : ${{ vars.ASTRBOT_SOURCE_GIT_URL || 'https://github.com/AstrBotDevs/AstrBot.git' }}
41+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : ' true'
4142 ASTRBOT_SOURCE_GIT_REF : ${{ vars.ASTRBOT_SOURCE_GIT_REF || 'master' }}
4243 ASTRBOT_NIGHTLY_SOURCE_GIT_REF : ${{ vars.ASTRBOT_NIGHTLY_SOURCE_GIT_REF || 'master' }}
4344 ASTRBOT_NIGHTLY_SCHEDULE_CRON : ${{ vars.ASTRBOT_NIGHTLY_SCHEDULE_CRON || '7 3 * * *' }}
@@ -108,7 +109,7 @@ jobs:
108109 setup-python : ' false'
109110
110111 - name : Setup pnpm
111- uses : pnpm/action-setup@v4.2 .0
112+ uses : pnpm/action-setup@v4.4 .0
112113 with :
113114 version : 10.28.2
114115
You can’t perform that action at this time.
0 commit comments