Skip to content

Commit 8256b5e

Browse files
committed
chore: force @types/node 16.18.38 via resolutions for CI hoist lock
1 parent 3e71962 commit 8256b5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"npm run lint"
3030
]
3131
},
32+
"resolutions": {
33+
"@types/node": "16.18.38"
34+
},
3235
"devDependencies": {
3336
"@typescript-eslint/eslint-plugin": "3.10.1",
3437
"@typescript-eslint/parser": "3.10.1",

0 commit comments

Comments
 (0)