Skip to content

Commit 962af9a

Browse files
committed
fix build issue
1 parent 96cdf90 commit 962af9a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.3.0
1+
v18.20.8

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"license": "MIT",
55
"type": "module",
66
"engines": {
7-
"node": ">=18.0.0"
7+
"node": "^18.0.0"
88
},
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/open-wc/custom-elements-manifest.git"
1212
},
1313
"scripts": {
14-
"docs": "rocket build",
15-
"start": "rocket start",
14+
"docs": "NODE_OPTIONS='--openssl-legacy-provider' rocket build",
15+
"start": "NODE_OPTIONS='--openssl-legacy-provider' rocket start",
1616
"test": "yarn workspaces run test",
1717
"changeset": "changeset",
1818
"version": "changeset version",

0 commit comments

Comments
 (0)