mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
ci(desktop): add pnpm and Node.js setup steps
This commit is contained in:
parent
71e87f302b
commit
b6c1db33eb
1 changed files with 9 additions and 0 deletions
9
.github/workflows/desktop-release.yml
vendored
9
.github/workflows/desktop-release.yml
vendored
|
|
@ -15,3 +15,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue