File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ permissions:
1111
1212jobs :
1313 release :
14- env : # temporary workaround for "Error: error:0308010C:digital envelope routines::unsupported" in Node lts / 18
15- NODE_OPTIONS : --openssl-legacy-provider
1614 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1715 name : Release
1816 runs-on : ubuntu-latest
3331 - name : Install dependencies
3432 run : npm clean-install
3533 - name : Build
34+ env : # temporary workaround for "Error: error:0308010C:digital envelope routines::unsupported" in Node lts / 18
35+ NODE_OPTIONS : --openssl-legacy-provider
3636 run : npm run build && npm run babel
3737 - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
3838 run : npm audit signatures
You can’t perform that action at this time.
0 commit comments