From 970b256995ba4eb7e4b9c8830874ce0eabb1dc81 Mon Sep 17 00:00:00 2001 From: Jonathan Netley Date: Tue, 18 Feb 2025 18:38:57 +0200 Subject: [PATCH] build: pnpm version rm from action --- .github/workflows/doc-action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/doc-action.yml b/.github/workflows/doc-action.yml index 4ca5a60..d5089c3 100644 --- a/.github/workflows/doc-action.yml +++ b/.github/workflows/doc-action.yml @@ -17,8 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: latest + - name: Use Node.js ${{ env.node_version }} uses: actions/setup-node@v4 with: