Update Node.js version to 22 in macOS ARM64 build workflow

This commit is contained in:
Jérôme Commaret 2026-01-18 16:06:22 +01:00
parent a96d9fd328
commit dbabc5890a

View file

@ -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