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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/lint.yml') 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: -- cgit v1.2.3-freya