diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-29 16:40:58 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-29 16:40:58 +0900 |
| commit | e8177ee3118beb18a7257de2b3a39ae4fadad4b1 (patch) | |
| tree | 96f9f7125a865ad875d43b37b483a806e3515927 /.github/workflows/test-frontend.yml | |
| parent | Update about-misskey.vue (diff) | |
| parent | feat(client): Renoteした人の一覧を表示するダイアログを追加... (diff) | |
| download | misskey-e8177ee3118beb18a7257de2b3a39ae4fadad4b1.tar.gz misskey-e8177ee3118beb18a7257de2b3a39ae4fadad4b1.tar.bz2 misskey-e8177ee3118beb18a7257de2b3a39ae4fadad4b1.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
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 |