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