We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321423 commit 2aaf2c6Copy full SHA for 2aaf2c6
.github/workflows/build.yaml
@@ -2,6 +2,9 @@ name: build
2
on:
3
- push
4
5
+env:
6
+ NODE_OPTIONS: --openssl-legacy-provider
7
+
8
jobs:
9
release:
10
# needs: test
0 commit comments