mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update Node.js version to 22 in macOS ARM64 build workflow
This commit is contained in:
parent
1a6fa34411
commit
e0795fd64d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-darwin-arm64.yml
vendored
2
.github/workflows/build-darwin-arm64.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '22'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue