From 15b0ec97073e961033ff3d83ab685d769a5db2a9 Mon Sep 17 00:00:00 2001 From: shiv3 Date: Mon, 22 Jul 2024 19:00:26 +0900 Subject: [PATCH] fix --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e103c5..eb9811d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,11 +11,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "v22" + cache: npm - name: Install dependencies run: npm install - name: Build