From ec70f36c773cebbd6d86109866ba7129f0e0ccd2 Mon Sep 17 00:00:00 2001 From: Daniel Schiavini Date: Tue, 8 Oct 2024 10:18:07 +0200 Subject: [PATCH] fix: node v20 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 06c6698fc..ee6467462 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v2 with: - node-version: 22 + node-version: 20 cache: yarn - run: yarn set version stable - run: yarn install --immutable