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
a96d9fd328
commit
dbabc5890a
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
|
|
@ -17,7 +17,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