chore(build): remove corepack & fetch gitmodules on checkout (MisskeyIO#840)

This commit is contained in:
あわわわとーにゅ 2024-12-25 01:36:30 +09:00 committed by GitHub
parent 4ecfae0d85
commit 303a52160c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 59 additions and 65 deletions

View file

@ -21,7 +21,7 @@ jobs:
node-version: [22.x]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
@ -36,7 +36,6 @@ jobs:
cache: 'pnpm'
- name: Install Redocly CLI
run: npm i -g @redocly/cli
- run: corepack enable
- run: pnpm i --frozen-lockfile
- name: Check pnpm-lock.yaml
run: git diff --exit-code pnpm-lock.yaml