diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index e91998f..ecb63ac 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Use Node.js 14 + - name: Use Node.js 18 uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 - name: Set yarn version 1.22.19 run: |