Update dependency node to v22

This commit is contained in:
renovate[bot]
2025-10-20 14:16:02 -04:00
committed by jake
parent d87e898a9f
commit 32478e8f74
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-node@v6 - uses: actions/setup-node@v6
with: with:
node-version: "20" node-version: "22"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present