瀏覽代碼

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

Alexander Rose 3 年之前
父節點
當前提交
b371f8c11c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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