From 247e76dfdf838cbe829b38281284cb2f29bf3ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E9=A1=B5=E4=B9=A6?= <96804858+pili-book@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:47:58 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 742626a..a0b85b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '12.x' + node-version: '16.x' - name: Install Puppeteer Dependencies run: npm install puppeteer