diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1a52bf384c81e38a291f36a0ad13191c99357ccb..6ddb14b18f8c8eccb57e7eb12cbcb8321b0a2882 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: install node v12 + - name: install node v14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: yarn install run: yarn install - name: eslint