This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 - name : Setup node
6060 uses : actions/setup-node@v4
6161 with :
62- node-version : " 18"
62+ node-version : " 18.20.8 "
6363 registry-url : " https://registry.npmjs.org"
6464 cache : " npm"
6565 cache-dependency-path : " gateway/package-lock.json"
@@ -108,7 +108,7 @@ jobs:
108108 - name : Setup node
109109 uses : actions/setup-node@v4
110110 with :
111- node-version : " 18"
111+ node-version : " 18.20.8 "
112112 registry-url : " https://registry.npmjs.org"
113113 cache-dependency-path : " gateway/package-lock.json"
114114 cache : " npm"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Setup node with self-hosted registry
102102 uses : actions/setup-node@v4
103103 with :
104- node-version : " 18"
104+ node-version : " 18.20.8 "
105105 registry-url : " https://npm.fluence.dev"
106106 cache : " npm"
107107
Original file line number Diff line number Diff line change 33 "license" : " Apache-2.0" ,
44 "type" : " module" ,
55 "devDependencies" : {
6- "@multiformats/multiaddr" : " ^ 12.1.7" ,
7- "@tsconfig/node18-strictest-esm" : " ^ 1.0.1" ,
8- "@types/jest" : " ^ 29.5.5" ,
9- "jest" : " ^ 29.7.0" ,
10- "jest-serial-runner" : " ^ 1.2.1" ,
11- "prettier" : " ^ 3.0.3" ,
12- "tree-kill" : " ^ 1.2.2" ,
13- "ts-jest" : " ^ 29.1.1" ,
14- "ts-node" : " ^ 10.9.1" ,
15- "typescript" : " ^ 5.2.2"
6+ "@multiformats/multiaddr" : " 12.1.7" ,
7+ "@tsconfig/node18-strictest-esm" : " 1.0.1" ,
8+ "@types/jest" : " 29.5.5" ,
9+ "jest" : " 29.7.0" ,
10+ "jest-serial-runner" : " 1.2.1" ,
11+ "prettier" : " 3.0.3" ,
12+ "tree-kill" : " 1.2.2" ,
13+ "ts-jest" : " 29.1.1" ,
14+ "ts-node" : " 10.9.1" ,
15+ "typescript" : " 5.2.2"
1616 },
1717 "scripts" : {
1818 "build" : " tsc" ,
You can’t perform that action at this time.
0 commit comments