mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: install pnpm
This commit is contained in:
parent
3689d1c419
commit
a01b6b1536
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
node-version: '20.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm ci
|
||||
|
||||
|
4
.github/workflows/transpile.yml
vendored
4
.github/workflows/transpile.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
node-version: '20.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm ci
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user