Browse Source

Merge branch 'master' of https://github.com/molstar/molstar into shader-tests

Alexander Rose 3 years ago
parent
commit
b371f8c11c
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