| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3e1badc commit 5da55af
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | - name: Set up Node.js | |
| 25 | 25 | uses: actions/setup-node@v4 | |
| 26 | 26 | with: | |
| 27 | - node-version: 20 | ||
| 27 | + node-version: 22 | ||
| 28 | 28 | cache: npm | |
| 29 | 29 | cache-dependency-path: frontend/package-lock.json | |
| 30 | 30 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,9 @@ jobs: | |||
| 29 | 29 | with: | |
| 30 | 30 | go-version-file: go.mod | |
| 31 | 31 | ||
| 32 | + - name: Create frontend dist placeholder | ||
| 33 | + run: mkdir -p frontend/dist && touch frontend/dist/placeholder | ||
| 34 | + | ||
| 32 | 35 | - name: Run govulncheck | |
| 33 | 36 | run: | | |
| 34 | 37 | go install golang.org/x/vuln/cmd/govulncheck@latest | |
@@ -43,7 +46,7 @@ jobs: | |||
| 43 | 46 | - name: Set up Node.js | |
| 44 | 47 | uses: actions/setup-node@v4 | |
| 45 | 48 | with: | |
| 46 | - node-version: 20 | ||
| 49 | + node-version: 22 | ||
| 47 | 50 | cache: npm | |
| 48 | 51 | cache-dependency-path: frontend/package-lock.json | |
| 49 | 52 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments