We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0586add commit 63c0e38Copy full SHA for 63c0e38
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
npm run build --if-present
25
env:
26
CI: true
27
+ NODE_OPTIONS: --openssl-legacy-provider
28
- name: rollingversions check
29
run: npx rollingversions publish
30
.github/workflows/test-pr.yml
@@ -31,6 +31,7 @@ jobs:
31
run: npm ci
32
- name: build
33
run: npm run build --if-present
34
35
- name: module test
36
run: npm run test:module
37
- name: run all code tests
0 commit comments