ci: Use node 20 in CI

This commit is contained in:
Aaron
2025-09-03 07:40:26 -05:00
parent 39321adfe1
commit bb630049d5
+1 -1
View File
@@ -22,7 +22,7 @@ runs:
- name: 🛠️ Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: 📦 Install Dependencies