From abaa4e3e1cc4476f136bbaaa02048d2b5fc42e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Thu, 20 Jun 2024 14:05:24 -0400 Subject: [PATCH] Update ESLint.yml --- .github/workflows/ESLint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ESLint.yml b/.github/workflows/ESLint.yml index 0279f2e..08d4978 100644 --- a/.github/workflows/ESLint.yml +++ b/.github/workflows/ESLint.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm install -g eslint - - run: eslint \ No newline at end of file + - run: eslint