infra: update node version for github workflow

This commit is contained in:
isra el
2026-05-24 16:56:47 +03:00
parent b1c8585e11
commit 35a98f3288

View File

@@ -38,12 +38,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory