浏览代码

Bump tests to use node 12.x

Jason Grout 4 年之前
父节点
当前提交
5b1dd56323
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/linuxjs-tests.yml

+ 1 - 1
.github/workflows/linuxjs-tests.yml

@@ -19,7 +19,7 @@ jobs:
       - name: Set up Node
         uses: actions/setup-node@v1
         with:
-          node-version: '10.x'
+          node-version: '12.x'
       - name: Cache pip on Linux
         uses: actions/cache@v1
         if: startsWith(runner.os, 'Linux')