From d197f208f6ad116018726f2d3c7c42fbc4988134 Mon Sep 17 00:00:00 2001 From: tomjin871114 Date: Tue, 26 Mar 2024 19:53:33 +0800 Subject: [PATCH] test --- .github/workflows/lighthouse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 1d99d10..38049ec 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -10,10 +10,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - name: Use Node.js 16.x + - name: Use Node.js 19.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 19.x - name: npm install, build run: |