forked from mirror/misskey
fix(ci): install pnpm
This commit is contained in:
parent
9cb0727880
commit
1f5feb8a90
2
.github/workflows/test-federation.yml
vendored
2
.github/workflows/test-federation.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
|||||||
node-version: [20.16.0]
|
node-version: [20.16.0]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install pnpm
|
||||||
|
uses: pnpm/action-setup@v4
|
||||||
- name: Install FFmpeg
|
- name: Install FFmpeg
|
||||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user