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

This commit is contained in:
Jérôme Commaret 2026-01-18 16:37:59 +01:00
parent 1a6fa34411
commit e0795fd64d

View file

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