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

@@ -42,10 +42,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "npm"
- name: Install NPM dependencies for version updater
working-directory: ./tools/bump-version