From bb630049d58111c4d8f27519f264a51838cfbfc3 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 3 Sep 2025 07:40:26 -0500 Subject: [PATCH] ci: Use node 20 in CI --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 07c368d9..a664a9f7 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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