Explorar o código

Bump tests to use node 12.x

Jason Grout %!s(int64=4) %!d(string=hai) anos
pai
achega
5b1dd56323
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')