From 4e6dea0d6436c8fccc908e13418aaf166e49260a Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Mon, 17 Mar 2025 17:05:20 -0700 Subject: [PATCH] version in lint action --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b6e442..deda7f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.12.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: