]> prime8.dev >> repos - ttyd.git/commitdiff
workflow: bump to node 16.x
authorShuanglei Tao <tsl0922@gmail.com>
Thu, 4 Aug 2022 16:58:29 +0000 (00:58 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Thu, 4 Aug 2022 16:58:29 +0000 (00:58 +0800)
.github/workflows/frontend.yml

index a099f5b1c22610e77960f140afb5473c63b31975..272a24b1b300172973deea1bf7489c035a684c33 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '16.x'
       - name: Run yarn install, check and build
         run: |
           cd html