mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
Add pnpm to workflow for typescript libs
This commit is contained in:
5
.github/workflows/npm-publish-computer.yml
vendored
5
.github/workflows/npm-publish-computer.yml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/npm-publish-core.yml
vendored
5
.github/workflows/npm-publish-core.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user