From b690bfdf4407bc3c60951398bbdfbf466feb4dd0 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sat, 25 Feb 2023 16:50:20 +0800 Subject: [PATCH] build: update --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a66c897..1564503a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,10 +10,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js v14.x + - name: Use Node.js v18.x uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '18.x' - name: Install and Build run: |