FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(ci): add placeholder for security-scan and upgrade Node.js to 22 · xiaomingchen/codex2api@5da55af · GitHub

Commit 5da55af

Browse files
committed
fix(ci): add placeholder for security-scan and upgrade Node.js to 22
1 parent 3e1badc commit 5da55af

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

‎.github/workflows/pr-check.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: npm
2929
cache-dependency-path: frontend/package-lock.json
3030

‎.github/workflows/security-scan.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
go-version-file: go.mod
3131

32+
- name: Create frontend dist placeholder
33+
run: mkdir -p frontend/dist && touch frontend/dist/placeholder
34+
3235
- name: Run govulncheck
3336
run: |
3437
go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -43,7 +46,7 @@ jobs:
4346
- name: Set up Node.js
4447
uses: actions/setup-node@v4
4548
with:
46-
node-version: 20
49+
node-version: 22
4750
cache: npm
4851
cache-dependency-path: frontend/package-lock.json
4952

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL