chore: update Node.js version to 20 in GitHub Actions workflow

This commit is contained in:
Anish Sarkar 2026-05-20 18:41:05 +05:30
parent ff2d621185
commit 20152b1243

View file

@ -223,7 +223,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '18'
node-version: '20'
- name: Install pnpm
uses: pnpm/action-setup@v6