From 2bfc8f31613165ada0e4cad534c25bc810bffb3e Mon Sep 17 00:00:00 2001
From: yisding <yi.s.ding@gmail.com>
Date: Fri, 19 Jan 2024 15:26:07 -0800
Subject: [PATCH] try adding a version to pnpm

I don't think it should make a difference...
---
 .github/workflows/lint_on_push_or_pull.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/lint_on_push_or_pull.yml b/.github/workflows/lint_on_push_or_pull.yml
index 96b8eae52..1fc4c4324 100644
--- a/.github/workflows/lint_on_push_or_pull.yml
+++ b/.github/workflows/lint_on_push_or_pull.yml
@@ -14,6 +14,8 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v2
+        with:
+          version: latest
       - name: Setup Node.js
         uses: actions/setup-node@v4
         with:
-- 
GitLab