]> prime8.dev >> repos - ttyd.git/commitdiff
ci: pin node version to 12.x
authorShuanglei Tao <tsl0922@gmail.com>
Sat, 30 Nov 2019 01:21:18 +0000 (09:21 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sat, 30 Nov 2019 01:21:18 +0000 (09:21 +0800)
.github/workflows/frontend.yml
.travis.yml

index 17d4536a8145ae3326374671bef7339816f64d83..5c419c09b40ec5ab74b0dbb1e4b3499fb8a330bf 100644 (file)
@@ -11,15 +11,11 @@ on:
 jobs:
   build:
     runs-on: ubuntu-16.04
-    strategy:
-      matrix:
-        node-version: [8.x, 10.x, 12.x]
     steps:
       - uses: actions/checkout@v1
-      - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v1
+      - uses: actions/setup-node@v1
         with:
-          node-version: ${{ matrix.node-version }}
+          node-version: '12.x'
       - name: yarn install, check and build
         run: |
           cd html
index 059fb39af880a1e17bba431ff5b0c3a831d431e3..1a2727b19cf289cf8c902b6a75564db9c5080cf6 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "10"
+  - "12"
 services: docker
 env:
   - LIBWEBSOCKETS_VERSION=3.1.0