Skip to content

Commit efe881a

Browse files
committed
fix: fix node issue
1 parent 24340d1 commit efe881a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- name: Install and Build
1818
run: |
19+
export NODE_OPTIONS=--openssl-legacy-provider
1920
npm install
2021
npm run build
2122
cd dist

0 commit comments

Comments
 (0)