From 4d44bbdf9754c69db6e496ffdfa67bda26ac4b4e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 10 Sep 2024 11:49:45 +0200 Subject: [PATCH] Use NodeJS 22 in GHA --- .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 d18982cfaf..a306094297 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: lts + node-version: 22 - name: Get Yarn cache directory path id: yarn-cache-dir-path