Run CI on Node 22 to satisfy execa@10.
Tests / test (push) Successful in 9m50s
Tests / build-and-push-image (push) Failing after 6s

This commit is contained in:
melabidi
2026-07-31 15:14:59 -04:00
parent ccd24b2f6b
commit 90c52499c9
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
# execa@10 requires Node >=22 (Set.prototype.union)
node-version: 22
cache: npm
- name: Install dependencies