diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 29841c6..b97063e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 # ESLint and Prettier must be in `package.json` - name: Install Node.js dependencies @@ -33,4 +33,4 @@ jobs: with: eslint: true prettier: true - git_name: Linter \ No newline at end of file + git_name: Linter