Skip to content

Commit ee65ff9

Browse files
committed
update web build
1 parent 8a273f9 commit ee65ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ts_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-22.04
11+
env:
12+
NODE_OPTIONS: --openssl-legacy-provider
1113
strategy:
1214
matrix:
1315
include:
@@ -32,7 +34,6 @@ jobs:
3234
- name: Build Web and Docs
3335
if: matrix.group == 'standard'
3436
run: |
35-
export NODE_OPTIONS=--openssl-legacy-provider
3637
go run gen_web.go
3738
cd server && ~/go/bin/swag init -g web/server.go
3839

0 commit comments

Comments
 (0)