mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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:
parent
89d1b10f9f
commit
7e39ccef32
1 changed files with 1 additions and 0 deletions
|
|
@ -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 '{**,.*}/{*,.*}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue