diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e108785e..bff9e724 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 12 # ESLint must be in `package.json` - name: Install Node.js linting dependencies