From 6e0f998fb2cff15f2dec83cbd81b4bd2efe97095 Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 26 Apr 2023 15:17:40 +0000 Subject: test: use pnpm v8 --- .github/workflows/test-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test-backend.yml') 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 -- cgit v1.2.3-freya