CI scripts failing because of @itwin/certa #9357
-
|
Hi, I found a workaround : deleting /home/runner/.cache/ms-playwright/__dirlock before running "pnpm install" Does anybody knows how to fix this properly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
This is due to issue in Node.js #9325. Pinning Node.js to version 24.15.0 should fix this. |
Beta Was this translation helpful? Give feedback.
This is due to issue in Node.js #9325. Pinning Node.js to version 24.15.0 should fix this.