From 0c8378360046ec350db2529ed659bc16d3e6b305 Mon Sep 17 00:00:00 2001 From: sousuke0422 Date: Mon, 11 Mar 2024 02:12:34 +0900 Subject: [PATCH] fix: ci --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 912565f..96e8558 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: lts + node-version: 20 cache: npm - name: Install Dependencies