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 d791b8e commit cfc4d69Copy full SHA for cfc4d69
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: yarn test-react-app
30
- run: yarn test-vue-app
31
- env:
32
- NODE_OPTIONS: "${{ matrix.node-version == 'current' && '--openssl-legacy-provider' || '' }}"
+ NODE_OPTIONS: --openssl-legacy-provider
33
run: yarn test-nuxt-app
34
- run: yarn test-gen-env
35
- run: yarn test-gen-openapi3
0 commit comments