Explorar el Código

use Node LTS 18 to build binaries on linux

Mohammed Nafees hace 3 años
padre
commit
c875105503
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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