WORKFLOW: Update NodeJs version in workflows (#2319)

This commit is contained in:
catloversg
2025-09-23 17:55:26 +07:00
committed by GitHub
parent 2637baffc7
commit b1bdfc4a9e
7 changed files with 22 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- run: npm ci
- env:
ENABLE_DEV_MODE: ${{ github.event.inputs.enable_dev_mode }}