Update Node.js version from 21 to 22

This commit is contained in:
Nicholas Tindle
2025-11-25 08:20:47 -06:00
committed by GitHub
parent 901bb31e14
commit cc64552023

View File

@@ -90,7 +90,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
node-version: "22"
- name: Enable corepack
run: corepack enable