1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00

enable corepack first

This commit is contained in:
Kagami Sascha Rosylight
2023-03-16 21:14:55 +01:00
parent ce5a9630ca
commit 6e6a5222cd
2 changed files with 4 additions and 4 deletions

View File

@@ -28,14 +28,14 @@ jobs:
version: 7
run_install: false
- run: corepack enable
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: corepack enable
- name: Install dependencies
run: pnpm i --frozen-lockfile