From 3b970fc8568e12233bd759059b83cffdcbcbd168 Mon Sep 17 00:00:00 2001 From: jyje Date: Thu, 3 Oct 2024 15:14:04 +0900 Subject: [PATCH] chore(ci): upgrade node-version to 22 from 18 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 86161766f..99890afe7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Install Dependencies run: npm ci - name: Build Quartz