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

@@ -20,10 +20,10 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
- 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: Download artifacts
uses: actions/download-artifact@v4