Skip to content

Commit 4da6363

Browse files
authored
ci: update workflow actions for Node 24 (#98)
1 parent 4c22691 commit 4da6363

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/setup-desktop-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
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

.github/workflows/build-desktop-tauri.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ permissions:
3838

3939
env:
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

0 commit comments

Comments
 (0)