From ecb77f98d485c04c4f21b83ae8be7324dd604998 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 28 Sep 2025 22:57:22 +0200 Subject: [PATCH] fix(ci/lint): adding the correct version on node --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eeb0343..3415c8c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'pnpm' - name: Setup pnpm uses: pnpm/action-setup@v3