diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1a77858..b3f5b82 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,9 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v1 - with: - node-version: 14.x + uses: actions/setup-node@v2.1.2 - name: Setup ESLint run: npm install