Skip to content

Commit f9f6a97

Browse files
authored
feat(ci): update CI config for Node LTS compatibility (#5099)
1 parent a6cc482 commit f9f6a97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ jobs:
315315
- run:
316316
name: 'Do build-dist'
317317
command: 'npm run build-dist'
318-
318+
environment:
319+
NODE_OPTIONS: --openssl-legacy-provider
319320
####
320321
- run:
321322
name: Compress .dist
@@ -390,6 +391,8 @@ jobs:
390391
- run:
391392
name: Build static Storybook
392393
command: 'npm run storybook:build'
394+
environment:
395+
NODE_OPTIONS: --openssl-legacy-provider
393396

394397
- run:
395398
name: Archive static Storybook
@@ -492,6 +495,7 @@ jobs:
492495
command: 'npm run build'
493496
environment:
494497
SLDS__FRAMEWORK__PATH: .slds/.dist/
498+
NODE_OPTIONS: --openssl-legacy-provider
495499

496500
- run:
497501
name: 'Generate site tarball'

0 commit comments

Comments
 (0)