From 0defae2b1ca28b27f50b23bdd79bd52552e1f936 Mon Sep 17 00:00:00 2001 From: Dominick Lee Date: Tue, 29 Oct 2024 01:00:33 -0700 Subject: [PATCH] Update node to 20.18 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89e32eac..6d443b14 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v3 with: - node-version: 18.14 + node-version: 20.18 - name: Install Dependencies run: npm ci - name: Build Quartz