diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 27ddb5cfa..03c265d44 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: '20.x' - name: Install dependencies run: npm install && npm install -g @lhci/cli@0.14.x