From 68307bd03362462151ab0fd956645dab8aa8f681 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Thu, 18 Apr 2024 15:35:25 +0200 Subject: [PATCH] fix(ci): fix node-version --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ab1dd01..babd07e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [lts-iron] + node-version: [20] steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v3 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [lts-iron] + node-version: [20] steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v3