Skip to content

Commit 8942352

Browse files
committed
Update Node.js version in build workflows to 22 and upgrade artifact upload action to v4
1 parent 18fc3e5 commit 8942352

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '22'
22+
node-version: 22
2323
cache: 'npm'
2424

2525
- name: Version

.github/workflows/desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
cache: 'npm'
3232

3333
- name: Install Rust (stable)
@@ -54,7 +54,7 @@ jobs:
5454
prerelease: ${{ github.event.inputs.prerelease }}
5555

5656
- name: Upload artifacts
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: artifacts-${{ matrix.platform }}
6060
path: |

0 commit comments

Comments
 (0)