mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-20 17:26:56 -05:00
fix: pin node packageManager
As packageManager is not pinned, `pnpm install --frozen-lockfile` will install the latest version and adds it to the `package.json` file. That makes PR checks fail because it checks if there are any changes (`diff`) in the working directory as a step.
This commit is contained in:
parent
970f8a24f0
commit
6b73e7411e
1 changed files with 2 additions and 1 deletions
|
@ -49,5 +49,6 @@
|
|||
"remark-lint-no-undefined-references": "^4.2.1",
|
||||
"remark-preset-lint-consistent": "^5.1.2",
|
||||
"remark-preset-lint-recommended": "^6.1.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue