فهرست منبع

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')