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
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Build and deploy
run: |