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 | |
| parent | fix(play preset): Set failback for notes without text or user.name in Timelin... (diff) | |
| download | sharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.gz sharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.bz2 sharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.zip | |
test: use pnpm v8
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/storybook.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-backend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-frontend.yml | 2 |
4 files changed, 4 insertions, 4 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: diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index f77daf5868..d5e6769bca 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -20,7 +20,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 run_install: false - name: Use Node.js 18.x uses: actions/setup-node@v3.6.0 diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index f1e414dbbc..d7be15bd4f 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -35,7 +35,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 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 |