Skip to content

Commit

Permalink
chore: update pnpm to 8.14.3
Browse files Browse the repository at this point in the history
pnpm 8.2.0 has issue which prevents to install dependencies:
“ WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.”

See also: pnpm/pnpm#6424
  • Loading branch information
sergeytimoshin committed Jan 26, 2024
1 parent 1911b95 commit 7b11eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ dist
.crates
test-programs
programs/.bin
.idea
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,5 +21,5 @@
"@metaplex-foundation/shank-js": "^0.1.5",
"typescript": "^4.9.4"
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.14.3"
}

0 comments on commit 7b11eda

Please sign in to comment.