From 6210897b0af97175f2d486bdebe0fc3893d398c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85rthur?= <3690368+pure-js@users.noreply.github.com> Date: Mon, 30 May 2022 01:14:17 +0400 Subject: [PATCH] ci: update lighthouse workflow --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0c86c5..0e57f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,11 @@ jobs: lighthouseci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: - node-version: '15' - - run: npm ci && npm install -g @lhci/cli@0.7.x + node-version: '16' + - run: npm ci && npm install -g @lhci/cli@0.9.x - run: npm run build - run: lhci autorun env: