From 8e5195bf858c867418849d38e42a8761403c3552 Mon Sep 17 00:00:00 2001 From: tyfkda Date: Fri, 22 Dec 2023 21:42:45 +0900 Subject: [PATCH] Fix page deploy error --- .github/workflows/deploywcc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploywcc.yml b/.github/workflows/deploywcc.yml index da625a50a..74cc204d1 100644 --- a/.github/workflows/deploywcc.yml +++ b/.github/workflows/deploywcc.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - name: Install NPM packages run: npm ci - name: Build release