From 6b4e294bae1ae360fdd9a1626b50037c928b5c00 Mon Sep 17 00:00:00 2001 From: teomrd Date: Wed, 13 Nov 2024 09:26:14 +0000 Subject: [PATCH] chore(ci): use latest node action --- .github/workflows/lighhouse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighhouse.yml b/.github/workflows/lighhouse.yml index 5a11f09..c79b707 100644 --- a/.github/workflows/lighhouse.yml +++ b/.github/workflows/lighhouse.yml @@ -15,9 +15,9 @@ jobs: with: deno-version: v2.x - run: make build - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - run: npm install -g @lhci/cli@0.14.x - run: lhci autorun env: