Add pnpm to workflow for typescript libs

This commit is contained in:
Morgan Dean
2025-07-02 12:53:29 -07:00
parent 2045a387d8
commit c119ded3be
2 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ jobs:
node-version: "24.x"
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10
- name: Check if version changed
id: check-version
uses: EndBug/version-check@v2

View File

@@ -19,6 +19,11 @@ jobs:
node-version: "24.x"
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10
- name: Check if version changed
id: check-version
uses: EndBug/version-check@v2