From b9e154328996b2ccec626cb55b45ce96be344556 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Fri, 24 Oct 2025 13:01:33 +0900 Subject: [PATCH] ci(.github/workflows/ci): update 'actions/setup-node' to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bd634..a2c8a93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: cache: "pnpm" cache-dependency-path: "pnpm-lock.yaml"