瀏覽代碼

use Node LTS 18 to build binaries on linux

Mohammed Nafees 3 年之前
父節點
當前提交
c875105503
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/prerelease.yaml

+ 4 - 0
.github/workflows/prerelease.yaml

@@ -115,6 +115,10 @@ jobs:
         uses: actions/setup-go@v3
         with:
           go-version: 1.18
+      - name: Set up Node
+        uses: actions/setup-node@v3
+        with:
+          node-version: 18
       - name: Write Dashboard Environment Variables
         run: |
           cat >./dashboard/.env <<EOL