Skip to content

Commit 8dae532

Browse files
.
1 parent eb88c3b commit 8dae532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
node-version: '20'
2323

2424
- name: Install Yarn
25-
run: npm install -g yarn --openssl_fips=''
25+
run: npm install -g yarn
2626

2727
- name: Install dependencies
28-
run: npm install --openssl_fips=''
28+
run: npm install
2929

3030
- name: Run build script
3131
run: .\build.bat

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
set NODE_OPTIONS=--openssl-legacy-provider
3-
call yarn dist
3+
call yarn dist --openssl_fips=''
44
echo Build complete. Press any key to close.
55
pause > nul

0 commit comments

Comments
 (0)