remove pnpm version from publish action

This commit is contained in:
David Blass
2025-10-13 15:27:05 -04:00
parent 6e93fd9a72
commit 8ef805b9fc
3 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -23,13 +23,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "24"
cache: "pnpm"
registry-url: "https://registry.npmjs.org"