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: |