From ac26d1c43ebf0ce1a26783ed2bcef52d5ceb9147 Mon Sep 17 00:00:00 2001 From: Wystov Date: Fri, 28 Jun 2024 12:36:10 +0200 Subject: [PATCH] chore: 336 - bump used node bersion to lts --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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