diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 78c39b4..58c56d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 # ESLint and Prettier must be in `package.json` - name: Install Node.js dependencies