Skip to content

Commit 63c0e38

Browse files
committed
hopefully get publish to work with node 18
1 parent 0586add commit 63c0e38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
npm run build --if-present
2525
env:
2626
CI: true
27+
NODE_OPTIONS: --openssl-legacy-provider
2728
- name: rollingversions check
2829
run: npx rollingversions publish
2930
env:

.github/workflows/test-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: npm ci
3232
- name: build
3333
run: npm run build --if-present
34+
NODE_OPTIONS: --openssl-legacy-provider
3435
- name: module test
3536
run: npm run test:module
3637
- name: run all code tests

0 commit comments

Comments
 (0)