summaryrefslogtreecommitdiff
path: root/.github/workflows/test-backend.yml
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2023-04-26 15:17:40 +0000
committertamaina <tamaina@hotmail.co.jp>2023-04-26 15:17:40 +0000
commit6e0f998fb2cff15f2dec83cbd81b4bd2efe97095 (patch)
treeaa510b80b8d718d6f6b370a4ce2e96d0f155cf8e /.github/workflows/test-backend.yml
parentfix(play preset): Set failback for notes without text or user.name in Timelin... (diff)
downloadsharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.gz
sharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.tar.bz2
sharkey-6e0f998fb2cff15f2dec83cbd81b4bd2efe97095.zip
test: use pnpm v8
Diffstat (limited to '.github/workflows/test-backend.yml')
-rw-r--r--.github/workflows/test-backend.yml2
1 files changed, 1 insertions, 1 deletions
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