Browse Source

use node 14 in lint action

Sebastian Bittrich 3 years ago
parent
commit
8479db8bab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/lint.yml

+ 2 - 2
.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