Force latest corepack version (#530)

- Ref https://github.com/nodejs/corepack/issues/612

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/530
This commit is contained in:
Gusted 2025-02-06 16:46:03 +00:00
parent 89d1b10f9f
commit 7e39ccef32

View file

@ -40,5 +40,6 @@ steps:
image: docker.io/node:23-alpine
depends_on: []
commands:
- npm install -g corepack@latest
- corepack enable
- pnpx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'