mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update dependencies in desktop release workflow
- Upgraded actions/checkout from v4 to v5. - Upgraded pnpm/action-setup from v4 to v5. - Upgraded actions/setup-node from v4 to v5 and changed node version from 20 to 22.
This commit is contained in:
parent
b9b567fe30
commit
526057022d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/desktop-release.yml
vendored
8
.github/workflows/desktop-release.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Extract version
|
||||
id: version
|
||||
|
|
@ -55,12 +55,12 @@ jobs:
|
|||
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
uses: pnpm/action-setup@v5
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: |
|
||||
surfsense_web/pnpm-lock.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue