iTwin / itwins-client

https://developer.bentley.com/apis/iTwins/
MIT License
2 stars 2 forks source link

Fix incorrect pnpm lockfile version #24

Open jsnaras opened 10 months ago

jsnaras commented 10 months ago

Previous commit was using pnpm lockfile version 5.X, this commit restores the lockfile to '6.0' format.

jsnaras commented 10 months ago

I used pnpm v8.6.10 to generate a '6.0' lockfile. However, your Azure pipeline uses pnpm@6.19.0 (which uses 5.X lockfiles). This is something to look into, as pnpm will probably ignore an incompatible lockfile altogether.