openwallet-foundation-labs / sd-jwt-js

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.
https://sdjwt.js.org/
Apache License 2.0
36 stars 11 forks source link

ci: fix pnpm install change lockfile during ci #216

Closed lukasjhan closed 4 months ago

lukasjhan commented 4 months ago

@cre8 About #213, How about trying this change?

lukasjhan commented 4 months ago

Or we could commit the lockfile from new version of pnpm

cre8 commented 4 months ago

@lukasjhan from my point I would prefer the newer version approach. frozen-lockfile could generate other side effects.

lukasjhan commented 4 months ago

@lukasjhan from my point I would prefer the newer version approach. frozen-lockfile could generate other side effects.

Okay I'll change the pr and let you know :)

lukasjhan commented 4 months ago

@cre8 I reverted the commits for debugging and the vite version. then update the lock file :)