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/lint.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/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a15742dba7..0f3702f958 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: submodules: true - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 run_install: false - uses: actions/setup-node@v3.6.0 with: |