From 12b4c88b16e28d566e787fe0159262f874142061 Mon Sep 17 00:00:00 2001 From: Makutamoto <34860673+makutamoto@users.noreply.github.com> Date: Sat, 11 Nov 2023 19:56:48 +0900 Subject: [PATCH] =?UTF-8?q?Node=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8782f9e..82f24b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,9 @@ jobs: steps: - uses: actions/checkout@master - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: 16 - name: Install Dependencies working-directory: mojacoder-backend run: |