From 5d697554dbf764cb839032c286df27863f5bb241 Mon Sep 17 00:00:00 2001 From: Bilal <39002942+byhlel@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:11:28 +0400 Subject: [PATCH] fix: now node is set to correct versions to avoid ESLint warnings through github actions --- .github/workflows/eslint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 27b5608..ee4a236 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install ESLint run: npm install eslint@8.10.0 @microsoft/eslint-formatter-sarif@2.1.7