Skip to content

Commit 41d99c1

Browse files
chore(deps): pin dependencies
1 parent b3f76a0 commit 41d99c1

File tree

4 files changed

+38
-48
lines changed

4 files changed

+38
-48
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package-lock.json

Lines changed: 25 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
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",

0 commit comments

Comments
 (0)