Skip to content

Commit 7153815

Browse files
Remove node options open-ssl-legacyprovider
1 parent 088eecc commit 7153815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
node-version: 20
1919
registry-url: https://registry.npmjs.org/
2020
- run: |
21-
export NODE_OPTIONS="--openssl-legacy-provider"
2221
npm install -g
2322
export RELEASE_VERSION=$(node index.js get-latest)
2423
npm run prepare
@@ -42,7 +41,6 @@ jobs:
4241
node-version: 20
4342
registry-url: https://registry.npmjs.org/
4443
- run: |
45-
$env:NODE_OPTIONS="--openssl-legacy-provider"
4644
npm install -g
4745
$releaseVersion = node index.js get-latest
4846
$env:RELEASE_VERSION = $releaseVersion

0 commit comments

Comments
 (0)