Skip to content

Commit f5b6a97

Browse files
committed
chore: remove pnpm from .tool-versions
1 parent 78543e4 commit f5b6a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
nodejs 18.18.0
2-
pnpm 8.10.5

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
}
4343
},
4444
"engines": {
45-
"node": ">=18.18.0"
45+
"node": ">=18.18.0",
46+
"pnpm": "8.10.5"
4647
},
4748
"resolutions": {
4849
"@typescript-eslint/utils": "^8.0.0-alpha.30"

0 commit comments

Comments
 (0)