From ed57c521fe68844e3a5169d79835c4c479e05b19 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Thu, 30 Mar 2023 01:23:08 +0800 Subject: [PATCH] chore: update workflows --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1564503a..4143e65b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,12 +8,12 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Use Node.js v18.x - uses: actions/setup-node@v1 + - name: Use Node.js v18 + uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '18' - name: Install and Build run: |