From e52f2c6054c470f6af51f8f983f4478f7f1dadc1 Mon Sep 17 00:00:00 2001 From: Drabodan Date: Tue, 6 Feb 2024 21:43:20 +0300 Subject: [PATCH] chore(ci): use `node` 20 --- .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 b93f3bd..cb6f8f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node 🔧 uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" cache: "npm" - name: Install Dependencies 🔧