mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +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
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue