From 4a9656fe38675fa8ace9ebcb4fe84b01e673a61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 28 Nov 2025 09:55:40 +0900 Subject: [PATCH] Update and rename test.yml.disabled to test.yml --- .github/workflows/{test.yml.disabled => test.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml.disabled => test.yml} (88%) diff --git a/.github/workflows/test.yml.disabled b/.github/workflows/test.yml similarity index 88% rename from .github/workflows/test.yml.disabled rename to .github/workflows/test.yml index 86a9e5e..9ad6743 100644 --- a/.github/workflows/test.yml.disabled +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm uses: pnpm/action-setup@v4 - - name: Setup node.js 20 + - name: Setup node.js 24 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: "pnpm" - name: Install Dependencies run: pnpm i --frozen-lockfile