build: bumped pnpm
This commit is contained in:
parent
19986e3272
commit
0488e0fc03
3 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,6 @@ runs:
|
|||
steps:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: '9.0.6'
|
||||
- run: pnpm install --frozen-lockfile
|
||||
shell: bash
|
||||
- name: 'TL codegen'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"version": "0.19.7",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
|
||||
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
|
||||
"author": "alina sireneva <alina@tei.su>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -28,5 +28,8 @@
|
|||
},
|
||||
"fuman": {
|
||||
"jsr": "skip"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["better-sqlite3"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue