update node version in workflows

This commit is contained in:
2025-05-31 10:52:05 -05:00
committed by Carlos Valente
parent dda219ebbe
commit 3b1e6cf33d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'
- name: Setup pnpm