We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cdf90 commit 962af9aCopy full SHA for 962af9a
2 files changed
.nvmrc
@@ -1 +1 @@
1
-v16.3.0
+v18.20.8
package.json
@@ -4,15 +4,15 @@
4
"license": "MIT",
5
"type": "module",
6
"engines": {
7
- "node": ">=18.0.0"
+ "node": "^18.0.0"
8
},
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/open-wc/custom-elements-manifest.git"
12
13
"scripts": {
14
- "docs": "rocket build",
15
- "start": "rocket start",
+ "docs": "NODE_OPTIONS='--openssl-legacy-provider' rocket build",
+ "start": "NODE_OPTIONS='--openssl-legacy-provider' rocket start",
16
"test": "yarn workspaces run test",
17
"changeset": "changeset",
18
"version": "changeset version",
0 commit comments