diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-04-26 15:17:40 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2023-04-26 15:17:40 +0000 |
| commit | 6e0f998fb2cff15f2dec83cbd81b4bd2efe97095 (patch) | |
| tree | aa510b80b8d718d6f6b370a4ce2e96d0f155cf8e /.github/workflows/test-frontend.yml | |
| parent | fix(play preset): Set failback for notes without text or user.name in Timelin... (diff) | |
| download | misskey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.gz misskey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.bz2 misskey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.zip | |
test: use pnpm v8
Diffstat (limited to '.github/workflows/test-frontend.yml')
| -rw-r--r-- | .github/workflows/test-frontend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index b0da3769a7..4ea4ba4628 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -22,7 +22,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 |