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