From 1510c7b9c0a822e37007b4fccc6b777bfe98c3ce Mon Sep 17 00:00:00 2001 From: Alexander Kadyrov Date: Sat, 21 Sep 2024 16:37:31 +0400 Subject: [PATCH] Bump Node version --- .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 0744b6d..688a6c9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.18.0 + node-version: 22.6.0 cache: npm - name: Prepare .env