Skip to content

Commit df49762

Browse files
committed
chore: update action node env
1 parent 13d4ef9 commit df49762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ permissions:
1111

1212
jobs:
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
@@ -33,6 +31,8 @@ jobs:
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

0 commit comments

Comments
 (0)