Browse Source

use Node LTS 18 to build binaries on linux

Mohammed Nafees 3 years ago
parent
commit
c875105503
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/prerelease.yaml

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

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